From 1a960a201abf35651c8d08e2b9684510f19b62b5 Mon Sep 17 00:00:00 2001
From: qsj <731458905@qq.com>
Date: Thu, 28 Mar 2024 15:36:20 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
flossom-ui/src/views/system/instrument/index.vue | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/flossom-ui/src/views/system/instrument/index.vue b/flossom-ui/src/views/system/instrument/index.vue
index ef9cae6..8185779 100644
--- a/flossom-ui/src/views/system/instrument/index.vue
+++ b/flossom-ui/src/views/system/instrument/index.vue
@@ -321,21 +321,21 @@
-
+
-
+
-
+
@@ -1228,6 +1228,10 @@ export default {
/** 新增按钮操作 */
handleAdd() {
this.wxLiningList = []
+ this.Modetions = []
+ this.NewOptions = []
+ this.ClothOptions = []
+
// debugger
this.reset()
this.open = true
@@ -1263,6 +1267,9 @@ export default {
/** 修改按钮操作 */
handleUpdate(row) {
this.wxLiningList = []
+ this.Modetions = []
+ this.NewOptions = []
+ this.ClothOptions = []
this.reset()
const id = row.id || this.ids
getInstrument(id).then((response) => {
@@ -1470,6 +1477,7 @@ export default {
})
})
})
+ console.log(this.ClothOptions,333333333333333);
})