Commit a4750e0d authored by 李苏's avatar 李苏 💬

调整

parent c26e731b
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
label: "频次", label: "频次",
prop: "pc", prop: "pc",
transform:{ transform:{
url:'/aqgl/rcgl/lzbz/init/pc',label:'name',value:'id' url:'/aqgl/rcgl/lzbg/init/pc',label:'name',value:'id'
}, },
width: 192 width: 192
}, },
......
...@@ -1087,7 +1087,9 @@ ...@@ -1087,7 +1087,9 @@
}) })
}, },
inityhpc() { inityhpc() {
let params = {} let params = {
type:'PC'
}
params[this.menusItems[this.active]['type']] = this.menusItems[this.active]['id'] params[this.menusItems[this.active]['type']] = this.menusItems[this.active]['id']
Object.keys(params).includes('gsId') && (delete params.gsId) Object.keys(params).includes('gsId') && (delete params.gsId)
this.$post('aqgl/homepage/yhpc', params).then(res => { this.$post('aqgl/homepage/yhpc', params).then(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment