xbot
This commit is contained in:
@@ -528,7 +528,6 @@ export default {
|
|||||||
this.instance.post('/app/appsessionarchivereportinfo/update', {
|
this.instance.post('/app/appsessionarchivereportinfo/update', {
|
||||||
...this.editInfo,
|
...this.editInfo,
|
||||||
id: this.$route.query.id,
|
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] : ''
|
girdIds: this.editInfo.girdIds.length ? this.editInfo.girdIds[0] : ''
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user