1
lzhe
2024-10-07 9516d95bdcc481b71d4b090bbdcfff39a84b26d6
src/views/console/workstation/CollDialog.vue
@@ -97,6 +97,15 @@
                }).then(() => {
                    try {
                        this.cols = JSON.parse(this.typeList.find(v => v.id === val).dpHeadFull)
                        if (this.cols.filter(v => v.prop === 'dplabel').length === 0) {
                            this.cols.unshift(
                                {
                                    label: "显示名称",
                                    prop: "dplabel",
                                    isRequired: true,
                                }
                            )
                        }
                        this.tabledata = []
                    } catch (error) {
                        this.cols = []
@@ -107,6 +116,15 @@
            } else {
                try {
                    this.cols = JSON.parse(this.typeList.find(v => v.id === val).dpHeadFull)
                    if (this.cols.filter(v => v.prop === 'dplabel').length === 0) {
                        this.cols.unshift(
                            {
                                label: "显示名称",
                                prop: "dplabel",
                                isRequired: true,
                            }
                        )
                    }
                } catch (error) {
                    this.cols = []