【修改】存储linkUrl

This commit is contained in:
zhoulingpo
2024-07-01 15:17:06 +08:00
parent 588074fb80
commit 228c4553f8
@@ -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 () {