|
@ -232,10 +232,10 @@ export const archivesCrud = { |
|
|
this.formPreviewData = data.showFiled |
|
|
this.formPreviewData = data.showFiled |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
if (type === 'edit') { |
|
|
if (type === 'edit') { |
|
|
this.$refs.previewForm.isType = 'arcives' |
|
|
|
|
|
this.$refs.previewForm.addOrUpdateForm = data.echo |
|
|
this.$refs.previewForm.addOrUpdateForm = data.echo |
|
|
this.$refs.previewForm.FetchNoFormatField(this.categoryId) |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
this.$refs.previewForm.isType = 'arcives' |
|
|
|
|
|
this.$refs.previewForm.FetchNoFormatField(this.categoryId) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|