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;