feat:新增随手拍下发状态

wuyanfu
吴延福 2023-06-30 17:17:34 +08:00
parent 0766894045
commit 11bade31b5
1 changed files with 5 additions and 0 deletions

View File

@ -621,6 +621,11 @@ export default class HiddenDangerClapComponent extends BaseRecordComponent<any>
}
}
public doSave(isSubmit){
if(!isSubmit){
this.updateParams.status = 0
}else{
this.updateParams.status = 1
}
this.updateParams.resourceId = this.photoList.map(item=>item.id).join(",")
this.updateParams.resourceName = this.photoList.map(item=>item.name).join(",")
this.updateParams.resourceOtherId = this.fileList.map(item=>item.id).join(",")