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

this.$http.post ||this.$http.put||vue 获取url参,第1张

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;

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/588342.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-12
下一篇 2022-04-12

发表评论

登录后才能评论

评论列表(0条)

保存