no message

This commit is contained in:
小陌 2023-08-01 17:44:13 +08:00
parent d0e7d2260f
commit a9dfc5ec97

View File

@ -115,7 +115,7 @@
getType(){
this.$http.get('log/admin/types', {}, { cacheparameters: true }).then((res) => {
if (res.code == 200) {
this.category, res.data
this.category= res.data
}
});
},