|
@@ -415,9 +415,7 @@ export default {
|
|
|
this.formData = {
|
|
|
...res.data,
|
|
|
items: (res.data?.items || [])?.map(item => ({ ...item })),
|
|
|
- contractTemplatePdf: res.data?.contractTemplatePdf?.[0]?.url
|
|
|
- ? [{ url: res.data?.contractTemplatePdf?.[0]?.url }]
|
|
|
- : []
|
|
|
+ contractTemplatePdf: res.data?.contractTemplatePdf ? [{ url: res.data?.contractTemplatePdf }] : []
|
|
|
}
|
|
|
this.itemsList = (this.formData?.items || [])?.map(item => ({ ...item }))
|
|
|
this.$nextTick(() => {
|