gaoshp
2024-09-11 6ef89b00cce212f98ffe6ac339642e25e507d88a
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] = ''
                })