标准入库 编号重复提示语修改
This commit is contained in:
@@ -2139,7 +2139,7 @@
|
|||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
if (!res.ok) {
|
if (!res.ok) {
|
||||||
this.$message.warning('标准号重复')
|
this.$message.warning(res.message)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user