ÎļþÃû´Ó src/views/fysp/evaluation/ResultManage.vue ÐÞ¸Ä |
| | |
| | | this.$refs.tableRef.onSearch(); |
| | | }, |
| | | onSearch(page, func) { |
| | | const area = this._getParam() |
| | | const area = this._getParam(); |
| | | evaluateApi.fetchAutoEvaluation(area).then((res) => { |
| | | if (typeof func === 'function') { |
| | | func({ data: res.data }); |
| | |
| | | }); |
| | | }, |
| | | download() { |
| | | const area = this._getParam() |
| | | evaluateApi.downloadAutoEvaluation(area).then(res=>{ |
| | | this.$parent |
| | | }) |
| | | const area = this._getParam(); |
| | | evaluateApi.downloadAutoEvaluation(area).then((res) => { |
| | | if (res == false) { |
| | | // æªä¸è½½ææ¡£ï¼èæ¯å¼å¯äºææ¡£çæåå°ä»»å¡ |
| | | this.$parent; |
| | | } |
| | | }); |
| | | }, |
| | | getFilters(data) { |
| | | const townList = []; |