1
李喆(开发组)
2025-05-22 a08a8766a0526a08dca2842da01711b4152db540
src/views/console/workstation/CollTable.vue
@@ -70,7 +70,7 @@
            })
        },
        getList(params) {
            this.$HTTP.get(`/api/blade-cps/workstation/listDatapointsByWorkstationId`, {}, { params }).then(res => {
            this.$HTTP.get(`/api/smis/workstation/listDatapointsByWorkstationId`, {}, { params }).then(res => {
                try {
                    this.cols = JSON.parse(res.data.dpHead)
                    this.addOptions(this.cols)