merbe
This commit is contained in:
@@ -99,7 +99,6 @@ export default {
|
||||
return new Promise(resolve => {
|
||||
this.form.validateFields((errors, values) => {
|
||||
values.password = values.password || '111111'
|
||||
console.log(values)
|
||||
if (!errors) {
|
||||
addDepartsUser(values).then((res) => {
|
||||
this.$notification.success({
|
||||
|
||||
Reference in New Issue
Block a user