src/views/console/workstation/Dialog.vue
@@ -293,6 +293,7 @@ methods: { //显示 open(mode = 'add', params) { this.isSaveing = false; this.mode = mode; this.visible = true; console.log('---------', params) @@ -308,6 +309,7 @@ }) } else { this.form.id = '' this.form.workbenchVOList = res?.data?.workstationList || [] Object.keys(this.form).forEach(key => { this.form[key] = '' })