From 8317de9bc869fb132306d0b5c2e1f217d93f012d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Mon, 17 Apr 2023 15:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E9=80=80=E6=8B=86=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=20=E4=BF=AE=E6=94=B9=20=E5=88=87=E6=8D=A2=E5=85=B6?= =?UTF-8?q?=E4=BB=96=E6=95=B0=E6=8D=AE=20=E6=98=8E=E7=BB=86=E4=B8=8D?= =?UTF-8?q?=E5=8F=98=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/components/commonTabel-drawer/index.vue | 11 ----------- .../dismantle/customerDismantleNote.vue | 1 + 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/fe/PC/src/components/commonTabel-drawer/index.vue b/fe/PC/src/components/commonTabel-drawer/index.vue index a0eb7bd21..175f20e22 100644 --- a/fe/PC/src/components/commonTabel-drawer/index.vue +++ b/fe/PC/src/components/commonTabel-drawer/index.vue @@ -183,17 +183,6 @@ export default { currenTabs, currenTable, }, - - watch: { - propsData(newVal, oldVal){ - // newVal是新值,oldVal是旧值 - - // if (newVal != oldVal) { - // this.$parent.firstTabs = 'xq' - // } - // this.firstTabs = 'xq' - }, - }, props: { title: { type: Array, diff --git a/fe/PC/src/views/finishedProductManage/dismantle/customerDismantleNote.vue b/fe/PC/src/views/finishedProductManage/dismantle/customerDismantleNote.vue index 0e34d1029..82440b32b 100644 --- a/fe/PC/src/views/finishedProductManage/dismantle/customerDismantleNote.vue +++ b/fe/PC/src/views/finishedProductManage/dismantle/customerDismantleNote.vue @@ -117,6 +117,7 @@ export default { }, //点击Table行内名称 inlineDialog(val) { + this.firstTabs = 'xq' //打开抽屉 this.Loading.DrawerLoading = true this.displayDialog.detailsDialog = true;