Selaa lähdekoodia

支部活动预告活动预算

Wang Zi Wen 2 vuotta sitten
vanhempi
commit
e47829b9f8
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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 = [];