Browse Source

👣 修复用户不能修改错误

master
wangxiang 3 years ago
parent
commit
74eb50d03a
  1. 2
      kicc-ui/src/views/system/user/UserModal.vue

2
kicc-ui/src/views/system/user/UserModal.vue

@ -68,7 +68,7 @@
}, },
{ {
field: 'password', field: 'password',
show: state.tag == 'add' ifShow: state.tag == 'add'
} }
]); ]);
// tag // tag

Loading…
Cancel
Save