瀏覽代碼

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

jbb 2 年之前
父節點
當前提交
f3810adc61
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
           }
         })