From 0b551aa67d28b5e7c04f6c769e495b004f8460f9 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期一, 27 十一月 2023 15:36:26 +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