Browse Source

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

jbb 2 years ago
parent
commit
f3810adc61
1 changed files with 1 additions and 1 deletions
  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);
           }
         })