批量提交后,数据刷新

This commit is contained in:
wulin 2020-08-26 11:56:23 +08:00
parent b26b01b251
commit a0b60da8af

View File

@ -276,6 +276,7 @@ export default {
'recordIds': this.recordIdsSelect.join(',')
}).then(data => {
this.alertInfo(data.msg)
this.getDataList()
})
})
},