소스 검색

设置机台状态

liuhairui 1 년 전
부모
커밋
db6f81fcdb
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/view/performance/chejianbaogong.vue

+ 4 - 2
src/view/performance/chejianbaogong.vue

@@ -2774,8 +2774,10 @@ const complaintshandle = (val, row) => {
 };
 //设置机台状态
 function onstatus() {
-	dialogSbyxgl.value=true
-	 SetMachineStatus()
+  FacilityProduction().then(()=>{
+    dialogSbyxgl.value=true
+  })
+	 // SetMachineStatus()
 	 // ReportProduceInfo()
 }
 function onClear() {