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

修改bug

parent a347fe46
......@@ -567,7 +567,6 @@
import {
addCmsActivity
} from '@/api/contentManagement/activity'
import { updateResponseUrl } from '@/utils/updateUrl'
import { getOptions } from '@/utils/options'
import { getMemInfo, getPrivateInfo, updateMemInfo } from '@/api/contentManagement/memInfo'
import { uploadPublic } from '@/api/system/ossInfo'
......@@ -895,6 +894,9 @@ export default {
if (this.form.memIdcard === '' || this.form.memIdcard === null) {
form.memIdcard = undefined
}
if (this.form.memPictureId === '' || this.form.memPictureId === null) {
form.memPictureId = undefined
}
form.pictureUrls = null
// 转换时间格式
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