diff --git a/config/app.js b/config/app.js index ef0fac8..dfe0acc 100644 --- a/config/app.js +++ b/config/app.js @@ -13,6 +13,7 @@ const IS_H5 = false /** S API BaseURL **/ +// https://yuanlin.jichengshanshui.com.cn:8987 const baseURLMap = { // 开发环境 development: 'https://test.jichengshanshui.com.cn:28303', @@ -22,6 +23,8 @@ const baseURLMap = { production: IS_H5 ? location.origin : 'https://test.jichengshanshui.com.cn:28303' } + + /** E API BaseURL **/ export const baseURL = SWITCH_DEVELOPMENT ? baseURLMap['development'] : baseURLMap['production'] @@ -30,4 +33,6 @@ export const version = '1.0.6' // export const uploadURL = baseURL + '/ylapi/yuanl/common/upload' export const uploadURL = baseURL + '/ylapi/yuanl/common/upload' // export const OSSURL = baseURL + '/yuanlin/' -export const OSSURL = 'https://test.jichengshanshui.com.cn:28310/yuanlin/' \ No newline at end of file +export const OSSURL = 'https://test.jichengshanshui.com.cn:28310/yuanlin/' + +// https://yuanlin.jichengshanshui.com.cn:8987/yuanlin/ \ No newline at end of file diff --git a/pages/work/daily/reporting.vue b/pages/work/daily/reporting.vue index d1f34df..d06d359 100644 --- a/pages/work/daily/reporting.vue +++ b/pages/work/daily/reporting.vue @@ -191,6 +191,7 @@ export default { "sysPhotoList": null } console.log(this.formData) + console.log(this.pickerList[1]) this.formData.streetName = largeData.streetVo this.formData.streetId = largeData.street this.getRoadList( this.formData.streetId) diff --git a/pages/work/daily/workOrder.vue b/pages/work/daily/workOrder.vue index 4df8331..128fbd7 100644 --- a/pages/work/daily/workOrder.vue +++ b/pages/work/daily/workOrder.vue @@ -18,7 +18,7 @@ 所在街道:{{item.streetVo}} - 详细地址:{{item.address}}{{item.address}}{{item.address}} + 详细地址:{{item.address}} 截止日期:{{item.endTime}} @@ -59,6 +59,7 @@ export default { const params = { dispperson:useCounter.userInfo.userId, taskstate:'gdtype02', + reserve2:"1", pageReq: {pageNum: pageNo, pageSize: pageSize}, } hotlinecaseList({data:params}).then(res => {