feat(shareRegister): 移除generate接口
This commit is contained in:
parent
f79426d5d6
commit
b628a54816
|
@ -323,7 +323,7 @@ export default {
|
||||||
name: '数据查询',
|
name: '数据查询',
|
||||||
imgurl: '../../static/images/mark1.png',
|
imgurl: '../../static/images/mark1.png',
|
||||||
menuKey: 'marketDynamics',
|
menuKey: 'marketDynamics',
|
||||||
ifshow: true,
|
ifshow: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: '/pages/bonus/index',
|
url: '/pages/bonus/index',
|
||||||
|
@ -697,11 +697,6 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
// api.getData().then(res => {
|
|
||||||
// if (res.code == 200) {
|
|
||||||
// this.userData = res.data
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
|
|
||||||
api.getMenuList().then(res => {
|
api.getMenuList().then(res => {
|
||||||
res.data.forEach(item => {
|
res.data.forEach(item => {
|
||||||
|
|
|
@ -335,7 +335,6 @@ export default {
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
this.pkParent = options.code
|
this.pkParent = options.code
|
||||||
this.pkCountry = options.country || ''
|
this.pkCountry = options.country || ''
|
||||||
this.getGenerate()
|
|
||||||
if (this.pkCountry) {
|
if (this.pkCountry) {
|
||||||
// this.getCountry()
|
// this.getCountry()
|
||||||
this.form.pkCountry = this.pkCountry
|
this.form.pkCountry = this.pkCountry
|
||||||
|
|
Loading…
Reference in New Issue