修改验证编号重复的问题 布局首页

This commit is contained in:
qq787203167
2022-05-24 11:30:14 +08:00
parent 4d57340423
commit 2c673eb9ad
18 changed files with 144 additions and 1 deletions
@@ -328,6 +328,8 @@
this.confirmLoading = false
if (res.message.indexOf('发布日期不能大于') >= 0) {
this.$message.warning(res.message)
} else if (res.message.indexOf('编号已存在') >= 0) {
this.$message.warning(this.$t('theNumberAgain'))
} else {
this.$message.warning(this.$t('operationFailed'))
}
@@ -506,6 +508,7 @@
.itemModel-text .ant-form-item-control-wrapper {
width: 100% !important;
}
.box-input .ant-select-selection--single {
height: 38px;
}