src/views/knowledge/questionnaire/index.vue
@@ -647,14 +647,14 @@ /** 新增按钮操作 */ handleAdd() { this.$router.push({ path: "/knowledge/questionnaire/compilequer/", path: "/knowledge/questionnaireinfo/", query: { categoryid: this.queryParams.categoryid }, }); }, /** 修改按钮操作 */ handleUpdate(row) { this.$router.push({ path: "/knowledge/questionnaire/compilequer/", path: "/knowledge/questionnaireinfo/", query: { id: row.svyid }, }); },