Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
b688446b09
@ -626,8 +626,12 @@ export default {
|
|||||||
this.$modal.confirm('是否确认删除该素材信息?').then(function () {
|
this.$modal.confirm('是否确认删除该素材信息?').then(function () {
|
||||||
return delMaterials(ids);
|
return delMaterials(ids);
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.getList();
|
|
||||||
this.$modal.msgSuccess("删除成功");
|
this.$modal.msgSuccess("删除成功");
|
||||||
|
// this.ids=[];
|
||||||
|
this.getList();
|
||||||
|
|
||||||
|
this.multiple = true
|
||||||
|
|
||||||
}).catch(() => { });
|
}).catch(() => { });
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user