fix : 修复路由跳转
This commit is contained in:
@@ -76,6 +76,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;
|
||||
|
||||
@@ -216,7 +216,7 @@ const search = (val) => {
|
||||
|
||||
const handleDetail = (row) => {
|
||||
router.push({
|
||||
name: 'Implementation/detail',
|
||||
name:'Implementation/detail',
|
||||
query: {
|
||||
id: row.requirementId,
|
||||
projectId: row.projectId,
|
||||
|
||||
Reference in New Issue
Block a user