@@ -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 = []