|
|
@ -306,8 +306,8 @@ export default { |
|
|
{ |
|
|
{ |
|
|
id: this.form.id, |
|
|
id: this.form.id, |
|
|
bdnr: JSON.stringify(this.$refs.templateTable.getFilledFormData()), |
|
|
bdnr: JSON.stringify(this.$refs.templateTable.getFilledFormData()), |
|
|
zdxgjl: JSON.stringify(data.resourceList), |
|
|
|
|
|
filedValue: JSON.stringify(data.newRecord) |
|
|
|
|
|
|
|
|
zdxgjl:data.resourceList? JSON.stringify(data.resourceList):'', |
|
|
|
|
|
filedValue:data.newRecord? JSON.stringify(data.newRecord):'' |
|
|
} |
|
|
} |
|
|
).then(response => { |
|
|
).then(response => { |
|
|
}) |
|
|
}) |
|
|
|