Parcourir la source

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

jbb il y a 2 ans
Parent
commit
f3810adc61
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
           }
         })