浏览代码

设置机台状态

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() {