licp
2024-12-10 81150f2c6e86f747a7e7539e91f7b75e9fa87075
src/view/index.vue
@@ -518,8 +518,8 @@
            confirmButtonText: '确定',
            cancelButtonText: '取消',
            type: 'warning'
          }).then(() => {
            if(obj.$refs.Inspection.$refs.CircuitParameters.saveAll()){
          }).then( async () => {
            if(await obj.$refs.Inspection.$refs.CircuitParameters.saveAll()){
              this.tabs.splice(index, 1);
              let data = this.tabs[this.tabs.length - 1]
              this.upTabActive(data.k)