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);
})