【修改】存储linkUrl
This commit is contained in:
@@ -362,7 +362,6 @@ export default {
|
|||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
linkUrl:'',//调准页面
|
|
||||||
active: '1',
|
active: '1',
|
||||||
accept: '',
|
accept: '',
|
||||||
fileMax_M: 0,
|
fileMax_M: 0,
|
||||||
@@ -552,8 +551,8 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
//跳转到政策详情
|
//跳转到政策详情
|
||||||
goDeatil(){
|
goDeatil(){
|
||||||
if(this.linkUrl)
|
if(this.dataForm.linkUrl)
|
||||||
window.open(this.linkUrl,'_blank')
|
window.open(this.dataForm.linkUrl,'_blank')
|
||||||
},
|
},
|
||||||
handlePreview (file) {
|
handlePreview (file) {
|
||||||
let attId = ''
|
let attId = ''
|
||||||
@@ -573,7 +572,7 @@ export default {
|
|||||||
this.dataForm.lawsNo = row.lawsNo
|
this.dataForm.lawsNo = row.lawsNo
|
||||||
this.dataForm.lawsName = row.lawsName
|
this.dataForm.lawsName = row.lawsName
|
||||||
this.dataForm.lawsId = row.id
|
this.dataForm.lawsId = row.id
|
||||||
this.linkUrl=row.lawsDetailLink
|
this.dataForm.linkUrl=row.lawsDetailLink
|
||||||
this.dataForm = { ...this.dataForm }
|
this.dataForm = { ...this.dataForm }
|
||||||
},
|
},
|
||||||
handleSearchStandard () {
|
handleSearchStandard () {
|
||||||
|
|||||||
Reference in New Issue
Block a user