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