This commit is contained in:
wangshiming
2022-05-05 17:11:12 +08:00
parent 7279caf840
commit 6d503f57e2

View File

@ -232,7 +232,7 @@ this.ui2 = { '*': { spanLabelFixed: 120, grid: { span: 24 } } };
const params ={ const params ={
...this.sfFre.value ...this.sfFre.value
} }
if(this.editId) { if(this.edit) {
params.id = this.editId params.id = this.editId
console.log(params) console.log(params)
this.service.request(this.service.$api_modifyAnnouncementInfo, params).subscribe((res:any) => { this.service.request(this.service.$api_modifyAnnouncementInfo, params).subscribe((res:any) => {