From 1d91567c7b48da622f0d74bcfdde8e67717efa32 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期四, 14 九月 2023 13:49:01 +0800
Subject: [PATCH] modified: src/components/view/sale.vue modified: src/components/view/technical.vue
---
src/components/view/sale.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/components/view/sale.vue b/src/components/view/sale.vue
index 9c98839..44ea8a0 100644
--- a/src/components/view/sale.vue
+++ b/src/components/view/sale.vue
@@ -470,7 +470,8 @@
formTime: null,
createTime: null,
insState: 2,
- judgeState: 2
+ judgeState: 2,
+ type: null
}
this.selectRawInspectsList()
},
@@ -546,6 +547,7 @@
type: 1
}).then(res => {
this.selectRawInspectsList()
+ this.$parent.removeAllTab()
})
}).catch(e => {
if (e == 'cancel') {
--
Gitblit v1.9.3