|
|
@ -125,7 +125,7 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
...mapState('admin/layout', [ |
|
|
|
...mapState('store/layout', [ |
|
|
|
'isMobile' |
|
|
|
]), |
|
|
|
labelWidth () { |
|
|
@ -136,10 +136,10 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
mounted () { |
|
|
|
this.getList(); |
|
|
|
// this.getList(); |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
...mapMutations('admin/userLevel', [ |
|
|
|
...mapMutations('store/userLevel', [ |
|
|
|
'getCategoryId' |
|
|
|
]), |
|
|
|
// 添加 |
|
|
|