From 73a9ae225888adae528d9b06233f65da04d883db Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期五, 20 五月 2022 13:42:22 +0800 Subject: [PATCH] 其他业务 --- src/pages/show/businessPolicy/BusinessPolicy.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/show/businessPolicy/BusinessPolicy.vue b/src/pages/show/businessPolicy/BusinessPolicy.vue index 0a3e77a..db0f26a 100644 --- a/src/pages/show/businessPolicy/BusinessPolicy.vue +++ b/src/pages/show/businessPolicy/BusinessPolicy.vue @@ -191,7 +191,7 @@ getList(type) { getList({type:type}).then(res => { if(res.code == 1000) { - this.tableData = res.list + this.tableData = res.list } }) }, -- Gitblit v1.9.1