Sfoglia il codice sorgente

成本分配表-查询失败提示

jbb 2 anni fa
parent
commit
f3810adc61
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/reportForms/cost-allocation-table.vue

+ 1 - 1
src/views/reportForms/cost-allocation-table.vue

@@ -412,7 +412,7 @@ export default {
               pageSize: res.result.size
             }
           }else {
-            THIS.loading = false
+            this.loading = false
             this.$message.error(res.message);
           }
         })