LAPTOP-16IUEB3P\Lenovo před 2 roky
rodič
revize
36dc252fc9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/produceOrder/detail.vue

+ 1 - 1
src/views/produceOrder/detail.vue

@@ -1096,7 +1096,7 @@
 		},
 		
 		refreshData(){
-			const res = await getInfoById(this.workOrderId)
+			const res = getInfoById(this.workOrderId)
 			this.infoData = res
 			if(typeof res.taskTypeProcessDiagrams == 'string' ){
 				this.tabList = []