|
@ -146,7 +146,8 @@ |
|
|
toItemList: [], |
|
|
toItemList: [], |
|
|
fgList: [], |
|
|
fgList: [], |
|
|
currentPackage: null, |
|
|
currentPackage: null, |
|
|
reason: '' |
|
|
reason: '', |
|
|
|
|
|
options:[] |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
mounted() { |
|
|
mounted() { |
|
@ -157,7 +158,7 @@ |
|
|
title: option.title |
|
|
title: option.title |
|
|
}); |
|
|
}); |
|
|
this.getBusinessType(); |
|
|
this.getBusinessType(); |
|
|
this.options = getRemoveOption() |
|
|
// this.options = getRemoveOption() |
|
|
}, |
|
|
}, |
|
|
//返回首页 |
|
|
//返回首页 |
|
|
onNavigationBarButtonTap(e) { |
|
|
onNavigationBarButtonTap(e) { |
|
@ -322,11 +323,11 @@ |
|
|
let params = this.setParams(); |
|
|
let params = this.setParams(); |
|
|
console.log('params', JSON.stringify(params)) |
|
|
console.log('params', JSON.stringify(params)) |
|
|
fgChangeCommit(params).then(res => { |
|
|
fgChangeCommit(params).then(res => { |
|
|
|
|
|
|
|
|
let ss = res; |
|
|
let ss = res; |
|
|
|
|
|
uni.hideLoading() |
|
|
|
|
|
this.currentPackage = null |
|
|
}).catch(err => { |
|
|
}).catch(err => { |
|
|
|
|
|
uni.hideLoading() |
|
|
this.showErrorMessage(err.message) |
|
|
this.showErrorMessage(err.message) |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|