From dacf3c6ae5ede1c0a8a8b4afb24e2a3b62f0e368 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期二, 21 十一月 2023 15:39:28 +0800 Subject: [PATCH] Merge branch 'wulong' of http://116.62.18.175:6699/r/~yxh/smartor-web into yxh01 --- 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