Explorar el Código

面损表保存后合计行消失问题

jbb hace 2 años
padre
commit
c015d0e1ab
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/reportForms/fabric-loss-table.vue

+ 2 - 1
src/views/reportForms/fabric-loss-table.vue

@@ -1198,7 +1198,8 @@ export default {
         that.loadingBtn = false;
         if (res.success) {
           this.$message.success(res.message);
-          that.fabricLoss =  res.result;
+          this.onSearch(this.planNO,'0')
+          // that.fabricLoss =  res.result;
         }else{
           this.$message.error(res.message)
         }