|
@@ -349,7 +349,7 @@ export default {
|
|
|
// 编辑
|
|
|
if (this.detailData) {
|
|
|
this.isEdit = true
|
|
|
- // this.form = Object.assign(this.form, this.detailData)
|
|
|
+ this.form = Object.assign(this.form, this.detailData)
|
|
|
// 获取附件列表
|
|
|
this.form.attachmentList = ''
|
|
|
this.attachList = this.detailData.attachmentList
|