修改
This commit is contained in:
parent
45fde02a7a
commit
9a62828749
@ -286,7 +286,7 @@ export default {
|
||||
handleAdd() {
|
||||
this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => {
|
||||
this.$router.push({
|
||||
path: "/question/addQuestionnaire",
|
||||
path: "/knowledge/addQuestionnaire",
|
||||
});
|
||||
})
|
||||
},
|
||||
@ -294,7 +294,7 @@ export default {
|
||||
handleUpdate(row) {
|
||||
this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => {
|
||||
this.$router.push({
|
||||
path: "/question/addQuestionnaire",
|
||||
path: "/knowledge/addQuestionnaire",
|
||||
query: {
|
||||
id: row.id,
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user