소스 검색

元素删除,修改总量

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);