|
@ -191,6 +191,7 @@ export default { |
|
|
...res.data |
|
|
...res.data |
|
|
} |
|
|
} |
|
|
this.dataForm.tagIds = [] |
|
|
this.dataForm.tagIds = [] |
|
|
|
|
|
this.dataForm.state = '3' |
|
|
}).catch(() => { }) |
|
|
}).catch(() => { }) |
|
|
this.$http.get(`/app-user/usergrid/listUserGrid/${this.dataForm.id}`).then(({ data: res }) => { |
|
|
this.$http.get(`/app-user/usergrid/listUserGrid/${this.dataForm.id}`).then(({ data: res }) => { |
|
|
if (res.code !== 0) { |
|
|
if (res.code !== 0) { |
|
|