From 30b727a6b53789cdd69e95bf9ad8865e46390c8c Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Tue, 5 Nov 2024 14:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=98=BE=E7=A4=BA=E5=85=B3?= =?UTF-8?q?=E7=B3=BB=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/ma/typeConfigKeeper/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/material/ma/typeConfigKeeper/index.vue b/src/views/material/ma/typeConfigKeeper/index.vue index d428bb5d..63638a9a 100644 --- a/src/views/material/ma/typeConfigKeeper/index.vue +++ b/src/views/material/ma/typeConfigKeeper/index.vue @@ -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