src/views/jcsz/yhqd.vue
@@ -667,19 +667,28 @@ } }, created() { this.getUserSearch() this.getUserOrganization() this.handleRequest() }, mounted() { window.addEventListener('resize', this.getHeight) this.getHeight() }, methods: { handleRequest() { this.getUserSearch().then(res => { if (res.code === '200') { this.getUserOrganization() } }) }, // 获取用户清单 async getUserSearch() { const res = await UserSearch(this.form) this.tableData = res.data this.total = res.count return { code: res.code } }, // 获取所属组织 async getUserOrganization() {