bug
This commit is contained in:
@@ -149,9 +149,7 @@ import { mapActions, mapState } from 'vuex'
|
|||||||
|
|
||||||
getInfo () {
|
getInfo () {
|
||||||
this.$loading()
|
this.$loading()
|
||||||
this.$instance.post(`/api/appactivityinfo/queryDetailById?id=${this.id}`, null, {
|
this.$instance.post(`/api/appactivityinfo/queryDetailById?id=${this.id}`).then(res => {
|
||||||
// withoutToken: true
|
|
||||||
}).then(res => {
|
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
this.info = res.data
|
this.info = res.data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user