This commit is contained in:
2024-04-12 16:18:52 +08:00
parent 45fde02a7a
commit 9a62828749

View File

@ -286,7 +286,7 @@ export default {
handleAdd() { handleAdd() {
this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => { this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => {
this.$router.push({ this.$router.push({
path: "/question/addQuestionnaire", path: "/knowledge/addQuestionnaire",
}); });
}) })
}, },
@ -294,7 +294,7 @@ export default {
handleUpdate(row) { handleUpdate(row) {
this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => { this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => {
this.$router.push({ this.$router.push({
path: "/question/addQuestionnaire", path: "/knowledge/addQuestionnaire",
query: { query: {
id: row.id, id: row.id,
}, },