Преглед изворни кода

三坐标测量结果模拟

yejian пре 3 година
родитељ
комит
3ef7e0da0b

+ 2 - 2
imcs-ui/src/views/zuihou/machiningClient/touchScreen/Index.vue

@@ -337,7 +337,7 @@ export default {
     timerTask(){
        let that = this
        that.timer = setInterval(()=>{
-          this.getStation();         
+          this.getStation();
        }, 60000)
     },
     clearTimer(){
@@ -421,7 +421,7 @@ export default {
     },
     editSuccess(item){
       this.getStation()
-      this.taskData.shift();
+      // this.taskData.shift();
     },
     setPercentage(time, left) {
       return this.formatGap(time, left)[0] > 100

+ 1 - 1
imcs-ui/src/views/zuihou/qualityCenter/qualityResult/Index.vue

@@ -153,7 +153,7 @@
         this.search()
       },
       downloadReport (row) {
-        this.queryParams.id = row.workpieceId
+        this.queryParams.id = row.taskId
         measuringOffsetMgrApi.download(this.queryParams).then(response => {
           downloadFile(response)
         })