Explorar el Código

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

jbb hace 2 años
padre
commit
f3810adc61
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
           }
         })