|
|
@@ -415,8 +415,7 @@ export default {
|
|
|
if (!this.$util.isEmpty(this.itemClassList)) {
|
|
|
return this.itemClassList;
|
|
|
}
|
|
|
- this.$service.itemClass.list().then((res) => {
|
|
|
- console.log(res)
|
|
|
+ this.$service.itemClass.getAllClass().then((res) => {
|
|
|
this.itemClassList = res.list;
|
|
|
});
|
|
|
},
|