修改验证编号重复的问题 布局首页
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user