瀏覽代碼

元素删除,修改总量

gangyj 3 年之前
父節點
當前提交
60917320af
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);