| | |
| | | // })
|
| | |
|
| | | this.form.confirmFlag = data.confirmFlag;
|
| | | this.currentData.id = data.id;
|
| | | this.confirmFlag = data.confirmFlag;
|
| | | this.confirmNotion = data.confirmNotion;
|
| | | if (data.imageUrls) {
|
| | |
| | | if (this.form.confirmNotion) {
|
| | | data.confirmNotion = this.form.confirmNotion;
|
| | | }
|
| | | console.log("********2222******" + JSON.stringify(data))
|
| | |
|
| | | const res = await checkPlaceExtData(data)
|
| | | if (res.code !== 200) {
|
| | |
| | |
|
| | | async checkPlacePeople() {
|
| | | let data = {
|
| | | placeId: this.currentData.id,
|
| | | placeId: this.currentData.placeId,
|
| | | confirmFlag: this.form.confirmFlag
|
| | | }
|
| | |
|
| | |
| | | data.confirmNotion = this.form.confirmNotion;
|
| | | }
|
| | |
|
| | | const res = await checkPlaceExtData(data)
|
| | | const res = await auditPlacePeople(data)
|
| | | if (res.code !== 200) {
|
| | | uni.showToast({
|
| | | title: '更新失败',
|