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