|
|
|
@ -379,10 +379,10 @@ |
|
|
|
console.log('landNameIndex', index) |
|
|
|
console.log('landNameIndex', index) |
|
|
|
}, |
|
|
|
}, |
|
|
|
//陆岛列表 |
|
|
|
//陆岛列表 |
|
|
|
getPermiss() { |
|
|
|
getPermiss(type) { |
|
|
|
this.$request(getApp().globalData.baseUrl + '/api/biz/bizBusAuthority/findList',{},"GET").then(res =>{ |
|
|
|
this.$request(getApp().globalData.baseUrl + '/api/biz/bizBusAuthority/findList',{},"GET").then(res =>{ |
|
|
|
this.landList = res.data; |
|
|
|
this.landList = res.data; |
|
|
|
if (this.pageType == 'add') { |
|
|
|
if (type == 'add') { |
|
|
|
this.landList.map(item => { |
|
|
|
this.landList.map(item => { |
|
|
|
item.isFinish = false; |
|
|
|
item.isFinish = false; |
|
|
|
this.form.bizBusDataDetailVOList.push({ |
|
|
|
this.form.bizBusDataDetailVOList.push({ |
|
|
|
@ -689,7 +689,7 @@ |
|
|
|
// this.form.bizBusDataBodySaveOrUpdateDTOList.map(item =>{ |
|
|
|
// this.form.bizBusDataBodySaveOrUpdateDTOList.map(item =>{ |
|
|
|
// item.isPassengerCountConvert = 0 |
|
|
|
// item.isPassengerCountConvert = 0 |
|
|
|
// }) |
|
|
|
// }) |
|
|
|
this.$request(getApp().globalData.baseUrl + '/api/biz/busdata/saveOrUpdate', this |
|
|
|
this.$request(getApp().globalData.baseUrl + '/api/biz/busdata/saveOrUpdateV2', this |
|
|
|
.form, |
|
|
|
.form, |
|
|
|
'POST').then(res => { |
|
|
|
'POST').then(res => { |
|
|
|
uni.hideLoading(); |
|
|
|
uni.hideLoading(); |
|
|
|
|