大棚关联用户
parent
3077e1a652
commit
3ec8dd8ffb
|
|
@ -57,7 +57,8 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { findAgriByUser, authUserSelectAll } from "@/api/system/role"
|
import {findAgriByUser} from "@/api/assets/userAgri";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
dicts: ['sys_normal_disable'],
|
dicts: ['sys_normal_disable'],
|
||||||
props: {
|
props: {
|
||||||
|
|
@ -77,7 +78,7 @@ export default {
|
||||||
queryParams: {
|
queryParams: {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
agriId: undefined,
|
userId: undefined,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -102,7 +103,9 @@ export default {
|
||||||
this.total = res.total
|
this.total = res.total
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
associaUser() {},
|
associaUser() {
|
||||||
|
|
||||||
|
},
|
||||||
/** 搜索按钮操作 */
|
/** 搜索按钮操作 */
|
||||||
handleQuery() {
|
handleQuery() {
|
||||||
this.queryParams.pageNum = 1
|
this.queryParams.pageNum = 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue