1
lzhe
2024-09-23 ccc0c47c8a819e39db31a784ff16fdf61418580b
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] = ''
                })