From a23d9284a3063126c2143112d9559a14080a31ee Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 22 Feb 2024 10:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E7=9C=81=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E6=B7=BB=E5=8A=A0=E7=9C=81=E5=85=AC=E5=8F=B8=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/marketing/agent/agent/index.vue | 3 +++ src/views/marketing/agent/agent/template/edit.vue | 11 +++++++++++ 2 files changed, 14 insertions(+) diff --git a/src/views/marketing/agent/agent/index.vue b/src/views/marketing/agent/agent/index.vue index f11bd29..087a455 100644 --- a/src/views/marketing/agent/agent/index.vue +++ b/src/views/marketing/agent/agent/index.vue @@ -64,6 +64,9 @@ + + {{ scope.row.province_corporate_name || '' }} + diff --git a/src/views/marketing/agent/agent/template/edit.vue b/src/views/marketing/agent/agent/template/edit.vue index 02bee3a..0c14955 100644 --- a/src/views/marketing/agent/agent/template/edit.vue +++ b/src/views/marketing/agent/agent/template/edit.vue @@ -53,6 +53,11 @@ + + + + + @@ -185,6 +190,11 @@ + + + + + @@ -602,6 +612,7 @@ export default { mer_id: '', mer_id_list: [], user: item, + province_corporate_name: '', }; this.children_list = Object.assign({}, this.children_list); }