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)