licp
2024-12-12 b591dda5d9391d238f9e83c234a9f2d56fb8793c
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)