新增显示关系属性

This commit is contained in:
jjLv 2024-11-05 14:48:11 +08:00
parent 42646b4f32
commit 30b727a6b5
1 changed files with 2 additions and 0 deletions

View File

@ -330,6 +330,7 @@ export default {
level: 0,
pageNum: 1,
pageSize: 10,
displayBindRelationship:true,
// phonenumber: undefined,
// status: undefined,
// typeId: undefined
@ -446,6 +447,7 @@ export default {
/** 查询列表 */
getList() {
this.loading = true
this.queryParams.displayBindRelationship=true;
getListByMaType(this.queryParams).then((response) => {
this.typeList = response.data.rows
this.total = response.data.total