|
|
@ -396,9 +396,9 @@ export default { |
|
|
}, |
|
|
}, |
|
|
AssembleFormData() { |
|
|
AssembleFormData() { |
|
|
this.formData = { |
|
|
this.formData = { |
|
|
fields: deepClone(this.drawingList), |
|
|
|
|
|
...this.formConf |
|
|
...this.formConf |
|
|
} |
|
|
} |
|
|
|
|
|
this.formData.fields = deepClone(this.drawingList); |
|
|
}, |
|
|
}, |
|
|
generate(data) { |
|
|
generate(data) { |
|
|
const func = this[`exec${titleCase(this.operationType)}`] |
|
|
const func = this[`exec${titleCase(this.operationType)}`] |
|
|
|