From 409ac2362d6403142e03e254b615eb05ed0554dc Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 14 九月 2023 15:25:31 +0800 Subject: [PATCH] modified: src/App.vue modified: src/components/view/standard-table/material.vue modified: src/components/view/standard-table/product.vue modified: src/components/view/standard-table/target.vue modified: src/components/view/standard-table/technology.vue modified: src/components/view/standard.vue --- src/components/view/laboratoryManagement.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/components/view/laboratoryManagement.vue b/src/components/view/laboratoryManagement.vue index 1016489..b099a46 100644 --- a/src/components/view/laboratoryManagement.vue +++ b/src/components/view/laboratoryManagement.vue @@ -697,7 +697,9 @@ delDeviceById() { this.$axios.post(this.$api.url.delDeviceById,{ id:this.delete.id - }) + }).then(res=>{ + this.$parent.removeAllTab() + }); }, handleClick(row) { console.log(row); -- Gitblit v1.9.3