This commit is contained in:
zds
2022-11-15 09:44:05 +08:00
parent 06a3ea258d
commit 328449b1cc
3 changed files with 26 additions and 22 deletions

View File

@@ -410,7 +410,7 @@ export default {
for (let i = 0; i < _selectData.length; i++) {
const data = _selectData[i]
crudReceivemst.createQc(data).then(res => {
this.crud.notify('生成成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.crud.notify('操作成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.crud.toQuery()
})
}