|
@@ -468,7 +468,7 @@ export default {
|
|
|
addSubmit (formName) {
|
|
|
this.$refs[formName].validate(async (valid) => {
|
|
|
if (valid) {
|
|
|
- this.dataForm.user_sec_pwd = this.dataForm.again
|
|
|
+ this.dataForm.user_sec_pwd = MD5(this.dataForm.again)
|
|
|
const obj = Object.assign(this.ruleForm, this.dataForm)
|
|
|
const { code, message } = await GeneralDataReception({
|
|
|
serviceId: SERVICE_ID.accountScId,
|