Commit ff7dd3fb authored by 罗林杰's avatar 罗林杰

修改bug

parent a347fe46
...@@ -567,7 +567,6 @@ ...@@ -567,7 +567,6 @@
import { import {
addCmsActivity addCmsActivity
} from '@/api/contentManagement/activity' } from '@/api/contentManagement/activity'
import { updateResponseUrl } from '@/utils/updateUrl'
import { getOptions } from '@/utils/options' import { getOptions } from '@/utils/options'
import { getMemInfo, getPrivateInfo, updateMemInfo } from '@/api/contentManagement/memInfo' import { getMemInfo, getPrivateInfo, updateMemInfo } from '@/api/contentManagement/memInfo'
import { uploadPublic } from '@/api/system/ossInfo' import { uploadPublic } from '@/api/system/ossInfo'
...@@ -895,6 +894,9 @@ export default { ...@@ -895,6 +894,9 @@ export default {
if (this.form.memIdcard === '' || this.form.memIdcard === null) { if (this.form.memIdcard === '' || this.form.memIdcard === null) {
form.memIdcard = undefined form.memIdcard = undefined
} }
if (this.form.memPictureId === '' || this.form.memPictureId === null) {
form.memPictureId = undefined
}
form.pictureUrls = null form.pictureUrls = null
// 转换时间格式 // 转换时间格式
this.$refs.deviceFormRef.validate(valid => { this.$refs.deviceFormRef.validate(valid => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment