Skip to content

Commit

Permalink
fix: 密码提交参数修改 (#370)
Browse files Browse the repository at this point in the history
Co-authored-by: v_yutyi <v_yutyi@tencent.com>
  • Loading branch information
yuri0528 and v_yutyi authored Apr 19, 2022
1 parent ccebd83 commit fc82b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/src/plugins/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const methods = {
value = {};
}
} else if (key === 'password_rult_length') {
if (!value) value = '';
return;
}
arrayData.push({ key, value, enabled });
});
Expand Down

0 comments on commit fc82b12

Please sign in to comment.