|
|
@@ -71,7 +71,7 @@
|
|
|
statusList[infoData.status]
|
|
|
}}</el-descriptions-item>
|
|
|
<el-descriptions-item label="完成时间">{{
|
|
|
- infoData.completionTime
|
|
|
+ infoData.completeTime
|
|
|
}}</el-descriptions-item>
|
|
|
<el-descriptions-item label="生产周期">{{
|
|
|
infoData.productionCycle
|
|
|
@@ -1206,7 +1206,7 @@
|
|
|
this.$refs.bomListRef.open(row);
|
|
|
},
|
|
|
|
|
|
- async refreshData () {
|
|
|
+ async refreshData () {
|
|
|
const res = await getInfoById(this.workOrderId);
|
|
|
this.infoData = res;
|
|
|
if (typeof res.taskTypeProcessDiagrams == 'string') {
|
|
|
@@ -1214,7 +1214,7 @@
|
|
|
} else {
|
|
|
this.tabList = res.taskTypeProcessDiagrams;
|
|
|
}
|
|
|
- this.setData()
|
|
|
+ this.setData();
|
|
|
}
|
|
|
}
|
|
|
};
|