|
@@ -531,11 +531,6 @@ export default {
|
|
|
'warning',
|
|
|
this.$t('system.noticeCircular.NoInformation')
|
|
|
)
|
|
|
- } else if(row.addressUrl.indexOf(".png"||".jpg")!=-1) {
|
|
|
- this.accessoryTFs = true
|
|
|
- }
|
|
|
- else{
|
|
|
- this.accessoryTFs = true
|
|
|
}
|
|
|
this.appendixIdss = row.addressUrl.split(',')
|
|
|
},
|