@@ -141,7 +141,7 @@ export default {
|
||||
this.loading = false
|
||||
if (res.IsSuccess) {
|
||||
this.list = res.Result.CurrentPageData
|
||||
this.rowData = this.list[0]
|
||||
this.rowData = this.list[0] || {}
|
||||
}
|
||||
} catch (err) {
|
||||
this.loading = false
|
||||
|
||||
@@ -300,6 +300,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
openAttachment(row) {
|
||||
if (!row.AttachmentCount) return false
|
||||
this.SystemDocumentId = row.Id
|
||||
this.perview_visible = true
|
||||
},
|
||||
|
||||
@@ -194,6 +194,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
openAttachment(row) {
|
||||
if (!row.AttachmentCount) return false
|
||||
this.SystemDocumentId = row.Id
|
||||
this.perview_visible = true
|
||||
},
|
||||
|
||||
@@ -159,6 +159,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
openAttachment(row) {
|
||||
if (!row.AttachmentCount) return false
|
||||
this.SystemDocumentId = row.Id
|
||||
this.perview_visible = true
|
||||
},
|
||||
|
||||
@@ -139,6 +139,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
openAttachment(row) {
|
||||
if (!row.AttachmentCount) return false
|
||||
this.SystemDocumentId = row.Id
|
||||
this.perview_visible = true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user