文档库提示问题处理
This commit is contained in:
@@ -323,8 +323,8 @@
|
|||||||
this.$emit('addFormClick')
|
this.$emit('addFormClick')
|
||||||
} else {
|
} else {
|
||||||
this.confirmLoading = false
|
this.confirmLoading = false
|
||||||
if (res.message == '发布日期不能大于标准实施日期') {
|
if (res.message.indexOf('发布日期不能大于')>=0) {
|
||||||
this.$message.warning(this.$t('theRelease'))
|
this.$message.warning(res.message)
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning(this.$t('operationFailed'))
|
this.$message.warning(this.$t('operationFailed'))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user