From ffbdeda6320ca98711410e813bbb2c31c4f9327a Mon Sep 17 00:00:00 2001 From: jinna Date: Tue, 19 Sep 2023 14:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8username=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/roadTransport/transportData/form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/roadTransport/transportData/form.vue b/pages/roadTransport/transportData/form.vue index 11b6529..317e31d 100644 --- a/pages/roadTransport/transportData/form.vue +++ b/pages/roadTransport/transportData/form.vue @@ -645,7 +645,7 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../.. // this.$request(getApp().globalData.baseUrl + '/api/user/getByDeptId/' + this.unitId,{},"GET").then(res =>{ console.log('人员列表 ===>',res) res.data.map(item =>{ - this.peopleList.push({id:item.id,people:item.nickname + ',' + item.mobile}) + this.peopleList.push({id:item.id,people:item.username + ',' + item.mobile}) }) if(this.pageType == 'edit'){ console.log('deptNameList ===>',this.peopleList)