no message
This commit is contained in:
parent
d0e7d2260f
commit
a9dfc5ec97
@ -115,7 +115,7 @@
|
|||||||
getType(){
|
getType(){
|
||||||
this.$http.get('log/admin/types', {}, { cacheparameters: true }).then((res) => {
|
this.$http.get('log/admin/types', {}, { cacheparameters: true }).then((res) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.category, res.data
|
this.category= res.data
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user