1
lzhe
2024-05-27 94b749c4e3e6e52ae0644c4ed36a54395c8c3a1e
src/views/mdc/add-station-status.vue
@@ -164,7 +164,6 @@
            this.getfeedBackStatusList();  //获取状态list
            this.$HTTP.get(`/api/blade-cps/workstation-wcs-feedback/latest?workstationId=${lastLevelId}`).then(res=> {
               if(res.code == 200) {
                  console.log(res.data);
                  if(res.data == null) {
                     this.isShow = false;
                  }else {