1
lzhe
2024-12-09 da965fc61c09a17a39a43e5e4d45edeca67148a1
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)