|
@@ -100,6 +100,7 @@ export default {
|
|
|
const res = await this.$api.requested(this.params);
|
|
const res = await this.$api.requested(this.params);
|
|
|
this.list = this.createMenu(res.data);
|
|
this.list = this.createMenu(res.data);
|
|
|
this.total = res.total
|
|
this.total = res.total
|
|
|
|
|
+
|
|
|
console.log(this.list,'输出111')
|
|
console.log(this.list,'输出111')
|
|
|
},
|
|
},
|
|
|
createMenu (array) {
|
|
createMenu (array) {
|