diff --git a/flossom-ui/src/views/system/instrument/index.vue b/flossom-ui/src/views/system/instrument/index.vue index 3e6089d..e937261 100644 --- a/flossom-ui/src/views/system/instrument/index.vue +++ b/flossom-ui/src/views/system/instrument/index.vue @@ -308,7 +308,7 @@ :value="dict.value"> - +
*
@@ -319,14 +319,14 @@ - + - + - + @@ -964,13 +964,13 @@ export default { type: [ { required: true, message: '仪器类型不能为空', trigger: 'change' }, ], - FilmClothName: [ + /*FilmClothName: [ { required: true, message: '请选择膜布名称', trigger: 'change' } ], AddCloth: [ { required: true, message: '最少添加一个', trigger: 'change' }, // { validator: validateArrayNotEmpty, trigger: 'change' } - ], + ],*/ model: [ { required: true, message: '仪器型号不能为空', trigger: 'change' }, ], @@ -1757,6 +1757,12 @@ export default { this.form.we200BluetoothConnecting = null; this.form.we200BluetoothConnectingTitle = null; this.form.we200BluetoothConnectingContent = null; + // 仪器类型切换,关闭膜布选项 + this.WEClothShow = false; + this.ClothOptions = []; + // this.Modetions = []; + // this.NewOptions = []; + this.wxLiningList = []; }, // 添加膜布 AddCloth() { @@ -1774,8 +1780,8 @@ export default { } else { this.WEClothShow = false this.ClothOptions = [] - this.Modetions = [] - this.NewOptions = [] + // this.Modetions = [] + // this.NewOptions = [] this.wxLiningList = [] }