diff --git a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue index 583f8cc..c6e0fbd 100644 --- a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue +++ b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue @@ -605,6 +605,8 @@ export default { obj.newAuthImplDate = result.new_auth_impl_date this.standardDataSource[0] = obj this.isGetDataAfter = true + } else { + this.$message.warning(res.message) } }).finally(() => { this.loading = false