this.$http.post ||this.$http.put||vue 获取url参


getClasslist() {
this.$http.get('/xxxxx/childlist', {
params: {
ServiceUnitId: localStorage.getItem("CooperatedId"),
}
}).then((res) => {
}

this.$http.get('xxxxxxxxxxxw/xlogin',{params:{
Code:codeVal,
AutoCreateChild:false
}}).then((res) => {}
}

// 一刷新就执行:
mounted() {
this.getUserslist();
this.getClasslist();
}

this.$http.post
this.$http.put

skippersonalinfo: function(id,childname) {
router.push({
path: '/personalinfo?ChildId=' + id+'&ChildName='+childname
})
},
// 获取url参数
var query = this.$route.query;


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM