Explorar el Código

支部活动预告活动预算

Wang Zi Wen hace 2 años
padre
commit
e47829b9f8
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      ruoyi-ui/src/views/branch/zbfc/activitynotice/index.vue

+ 1 - 2
ruoyi-ui/src/views/branch/zbfc/activitynotice/index.vue

@@ -369,9 +369,8 @@ export default {
           sum += Number(this.activitybudgetList[i].budgetAmount);
         }
       }
-
       this.form.budget = sum;
-      console.log(this.form.budget)
+      this.$forceUpdate();
     },
     handleDeleteBudget(row) {
       let newList = [];