riku
2024-03-21 5f20f4bba739f0f81101a2c1d99f494647125e05
src/views/fysp/evaluation/EvalutationRecord.vue
ÎļþÃû´Ó src/views/fysp/evaluation/ResultManage.vue ÐÞ¸Ä
@@ -124,7 +124,7 @@
      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 });
@@ -135,10 +135,13 @@
      });
    },
    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 = [];