mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化装修审核bug
This commit is contained in:
parent
a41d15b7c4
commit
246cc5625d
@ -467,7 +467,11 @@
|
|||||||
}
|
}
|
||||||
params.state = state;
|
params.state = state;
|
||||||
params.checkRemark = checkRemark;
|
params.checkRemark = checkRemark;
|
||||||
params.photos = this.photos;
|
let _photos = [];
|
||||||
|
this.photos.forEach(item=>{
|
||||||
|
_photos.push(item.fileId);
|
||||||
|
})
|
||||||
|
params.photos = _photos;
|
||||||
uploadCheckUpdate(this,params).then(function(res){
|
uploadCheckUpdate(this,params).then(function(res){
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user