This commit is contained in:
2024-05-07 11:25:38 +08:00
parent b87131d0c4
commit 0fdc26ba4d

View File

@ -308,6 +308,7 @@ export default {
this.$modal.confirm('是否确认删除问卷?').then(function () {
return delQuestion(ids);
}).then(() => {
this.getTreeselect();
this.getList();
this.$modal.msgSuccess("删除成功");
}).catch(() => { });