fix : 修复详情提交/重新提交功能

This commit is contained in:
2024-06-10 22:34:51 +08:00
parent 3379d851c6
commit 9c812af394
7 changed files with 192 additions and 190 deletions

View File

@@ -50,6 +50,10 @@ const getInfo = async (state) => {
if (code === 1000) {
summaryData.value = data;
loading.value = false
if(data.runningList===null) {
loading.close()
return;
}
processStore.setDesign(data)
processStore.runningList.value = data.runningList;
processStore.endList.value = data.endList;