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