|
|
@@ -728,7 +728,7 @@ export default {
|
|
|
if (res.data.esmUserImageVo.length > 0) {
|
|
|
res.data.esmUserImageVo.forEach((item) => {
|
|
|
item.path = process.env.BASE_URL + item.path;
|
|
|
- this.dataForm[item.type] = item.path;
|
|
|
+ this.dataForm[item.type] = item.path;
|
|
|
});
|
|
|
}
|
|
|
this.formData = res.data.sysUser;
|
|
|
@@ -748,6 +748,7 @@ export default {
|
|
|
LD_00: "",
|
|
|
YP_00: "",
|
|
|
DX_00: "",
|
|
|
+ LZ_01: "",
|
|
|
};
|
|
|
this.$api.user.getUserDatail(params.row.userId).then((res) => {
|
|
|
if (res.code == 200) {
|