Commit f332a1a2 authored by 黄奎's avatar 黄奎

邮箱修改

parent c9d2915c
...@@ -865,7 +865,7 @@ ...@@ -865,7 +865,7 @@
</el-col> </el-col>
<el-col :span="6" v-if="currentUserInfo&&currentUserInfo.RB_Group_id!=2"> <el-col :span="6" v-if="currentUserInfo&&currentUserInfo.RB_Group_id!=2">
<el-form-item label="邮箱" prop="Email"> <el-form-item label="邮箱" prop="Email">
<el-input v-model="updateMsg.Email" :placeholder="$t('pub.pleaseImport')" maxlength="50"></el-input> <el-input v-model="updateMsg.email" :placeholder="$t('pub.pleaseImport')" maxlength="50"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4" v-if="updateMsg.customerExceptionList.length > 0"> <el-col :span="4" v-if="updateMsg.customerExceptionList.length > 0">
...@@ -1482,9 +1482,8 @@ ...@@ -1482,9 +1482,8 @@
this.updateMsg.uniqueCode = x.uniqueCode this.updateMsg.uniqueCode = x.uniqueCode
this.updateMsg.lineid = x.lineid this.updateMsg.lineid = x.lineid
this.updateMsg.email = x.email this.updateMsg.email = x.email;
this.updateMsg.email = x.email
this.updateMsg.email = x.email
var newUrl = this.domainManager().ViittoFileUrl + x.signingFile var newUrl = this.domainManager().ViittoFileUrl + x.signingFile
this.saveMsg = x.signingFile ? [{ this.saveMsg = x.signingFile ? [{
Path: x.signingFile, Path: x.signingFile,
......
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