From 0fdc26ba4df4b73ff102ef1b07dfa46d3e14228a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 7 May 2024 11:25:38 +0800 Subject: [PATCH] xg --- src/views/system/question/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/question/index.vue b/src/views/system/question/index.vue index 1bc0d8e..2ed142f 100644 --- a/src/views/system/question/index.vue +++ b/src/views/system/question/index.vue @@ -308,6 +308,7 @@ export default { this.$modal.confirm('是否确认删除问卷?').then(function () { return delQuestion(ids); }).then(() => { + this.getTreeselect(); this.getList(); this.$modal.msgSuccess("删除成功"); }).catch(() => { });