xg
This commit is contained in:
parent
b87131d0c4
commit
0fdc26ba4d
@ -308,6 +308,7 @@ export default {
|
||||
this.$modal.confirm('是否确认删除问卷?').then(function () {
|
||||
return delQuestion(ids);
|
||||
}).then(() => {
|
||||
this.getTreeselect();
|
||||
this.getList();
|
||||
this.$modal.msgSuccess("删除成功");
|
||||
}).catch(() => { });
|
||||
|
||||
Loading…
Reference in New Issue
Block a user