新增显示关系属性
This commit is contained in:
parent
42646b4f32
commit
30b727a6b5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue