| | |
| | | components: {}, |
| | | props: { |
| | | currentDetails: { |
| | | type: Object, |
| | | type: Object |
| | | }, |
| | | getinit: { |
| | | type: Function, |
| | | default: function () {}, |
| | | }, |
| | | default: function () {} |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | userDialog: false, |
| | | bohuidialog: false, |
| | | bohuidialogloading: false, |
| | | bohuiform: this.$form.createForm(this), |
| | | bohuiform: this.$form.createForm(this) |
| | | } |
| | | }, |
| | | methods: { |
| | |
| | | gettongguo(val) { |
| | | var data = { |
| | | userId: this.currentDetails.id, |
| | | state: val, |
| | | state: val |
| | | } |
| | | userauthByAdmin(data).then((res) => { |
| | | if (res.status == 0) { |
| | |
| | | } |
| | | this.userDialog = false |
| | | }) |
| | | }, |
| | | }, |
| | | } |
| | | } |
| | | } |
| | | </script> |