This commit is contained in:
liuye
2023-08-23 10:14:01 +08:00
parent 4ce40daea1
commit 673de90b92

View File

@@ -528,7 +528,6 @@ export default {
this.instance.post('/app/appsessionarchivereportinfo/update', {
...this.editInfo,
id: this.$route.query.id,
flName: this.dictList.filter(v => v.dictValue === this.editInfo.flId)[0].dictName,
girdIds: this.editInfo.girdIds.length ? this.editInfo.girdIds[0] : ''
}).then(res => {
if (res?.code == 0) {