Selaa lähdekoodia

元素删除,修改总量

gangyj 3 vuotta sitten
vanhempi
commit
60917320af
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/views/manager/wbsinfo/edit.vue

+ 1 - 0
src/views/manager/wbsinfo/edit.vue

@@ -1968,6 +1968,7 @@ export default {
           removeElement(row.id, this.curEleTable.initTableName, row.ekey).then(() => {
             list.splice(index, 1);
           })
+          this.curEleTable.elementTotal --;
         })
       } else {
         list.splice(index, 1);