Browse Source

客户退拆记录 修改 切换其他数据 明细不变化问题

dev_web_online
陈薪名 2 years ago
parent
commit
8317de9bc8
  1. 11
      fe/PC/src/components/commonTabel-drawer/index.vue
  2. 1
      fe/PC/src/views/finishedProductManage/dismantle/customerDismantleNote.vue

11
fe/PC/src/components/commonTabel-drawer/index.vue

@ -183,17 +183,6 @@ export default {
currenTabs,
currenTable,
},
watch: {
propsData(newVal, oldVal){
// newValoldVal
// if (newVal != oldVal) {
// this.$parent.firstTabs = 'xq'
// }
// this.firstTabs = 'xq'
},
},
props: {
title: {
type: Array,

1
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;

Loading…
Cancel
Save