标准入库 编号重复提示语修改

This commit is contained in:
zyx.net
2023-02-24 10:50:26 +08:00
parent 151661a3f2
commit 42809d43dd
@@ -2139,7 +2139,7 @@
_this: this
}, res => {
if (!res.ok) {
this.$message.warning('标准号重复')
this.$message.warning(res.message)
return
}
})