Explorar el Código

元素删除,修改总量

gangyj hace 3 años
padre
commit
60917320af
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);