Commit b1c57d99 authored by 邓超's avatar 邓超

fix: 数据库连接历史数据库加密密码转换

parent 2a3d16d9
Pipeline #62513 passed with stages
......@@ -328,7 +328,7 @@ const InitDataBase = props => {
Object.keys(obj).forEach(k => {
obj[k] = item[k];
});
form.setFieldsValue(obj);
form.setFieldsValue({ ...obj, password: atob(obj.password) });
};
// 产品方案选择框回调
const handleSelect = value => {
......
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