国内外入库流程修订 优化校验

This commit is contained in:
SUNJIABIN
2023-03-28 09:48:53 +08:00
parent 302cbbf78b
commit 8b830a175a
@@ -2922,6 +2922,7 @@ export default {
this.$http.get('sarStandardsInfo/sar-standards-info/checkIsOnly', {
standType: standType,
standSort: this.form.standSort,
standName:this.form.standName,
standNumber: this.form.standNumber,
standYear: this.form.standYear,
}, {
@@ -2953,7 +2954,7 @@ export default {
this.saveLoading = false
})
} else {
this.$message.warning('标准号重复')
this.$message.warning(res.message)
return
}
})