diff --git a/flossom-ui/src/views/system/mode/index.vue b/flossom-ui/src/views/system/mode/index.vue index 98db398..a31c1cb 100644 --- a/flossom-ui/src/views/system/mode/index.vue +++ b/flossom-ui/src/views/system/mode/index.vue @@ -424,6 +424,7 @@ export default { this.reset(); this.open = true; this.title = "添加模式"; + this.form.instrumentType = 1; }, /** 修改按钮操作 */ handleUpdate(row) {