@@ -39,8 +39,8 @@ const category = {
categoryList({
status: 1,
}).then((res) => {
- if (res.data.code === 0) {
- this.categoryOptions = res.data.data;
+ if (res.code === 0) {
+ this.categoryOptions = res.data;
}
});