新增显示关系属性
This commit is contained in:
parent
42646b4f32
commit
30b727a6b5
|
|
@ -330,6 +330,7 @@ export default {
|
||||||
level: 0,
|
level: 0,
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
|
displayBindRelationship:true,
|
||||||
// phonenumber: undefined,
|
// phonenumber: undefined,
|
||||||
// status: undefined,
|
// status: undefined,
|
||||||
// typeId: undefined
|
// typeId: undefined
|
||||||
|
|
@ -446,6 +447,7 @@ export default {
|
||||||
/** 查询列表 */
|
/** 查询列表 */
|
||||||
getList() {
|
getList() {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
|
this.queryParams.displayBindRelationship=true;
|
||||||
getListByMaType(this.queryParams).then((response) => {
|
getListByMaType(this.queryParams).then((response) => {
|
||||||
this.typeList = response.data.rows
|
this.typeList = response.data.rows
|
||||||
this.total = response.data.total
|
this.total = response.data.total
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue