摘要: this.$axios.post('https://....php',this.$qs.stringify({ user: 'suess' })) .then(res => { this.dataa = res.data; //这里的dataa视图不会更新,在其他函数里this.dataa没有值 } 阅读全文
posted @ 2021-12-10 22:09 方寸间 阅读(2641) 评论(0) 推荐(0)