fix : 修复路由跳转
This commit is contained in:
@@ -71,6 +71,7 @@ const getAllInfo = async (state) => {
|
||||
if(code===1000){
|
||||
loading.value = false
|
||||
}
|
||||
if(data===undefined)return;
|
||||
commonForm.value = data
|
||||
processStore.setDesign(data)
|
||||
processStore.runningList.value = data.runningList;
|
||||
|
||||
Reference in New Issue
Block a user