1
李喆(开发组)
2025-04-16 58d0bfc0a05fd3f645f31eba4fa7e2bf57e3b1df
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)