From 32cb501de16127c3f81f219aef7a6751a14f8d0e Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 01 十二月 2023 10:28:02 +0800 Subject: [PATCH] 提交信息 --- src/views/followvisit/tasklist/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/followvisit/tasklist/index.vue b/src/views/followvisit/tasklist/index.vue index 1849fc0..0758e88 100644 --- a/src/views/followvisit/tasklist/index.vue +++ b/src/views/followvisit/tasklist/index.vue @@ -156,7 +156,7 @@ prop="describe" /> <el-table-column - label="浠诲姟鎬绘暟" + label="瀛愪换鍔℃�绘暟" align="center" key="nickName" prop="nickName" @@ -579,7 +579,7 @@ /** 鏌ヨ闂ㄨ瘖闅忚鍒楄〃 */ getList() { this.loading = true; - listsvr_prj(this.addDateRange(this.topqueryParams, this.dateRange)).then( + listUser(this.addDateRange(this.topqueryParams, this.dateRange)).then( (response) => { console.log(response); this.userList = response.rows; -- Gitblit v1.9.3