|
@@ -174,10 +174,9 @@ export default {
|
|
|
},
|
|
|
/* 用户类型 */
|
|
|
async getAccountType () {
|
|
|
- let res = await this.$store.dispatch('optiontypeselect','accounttype')
|
|
|
+ let res = await this.$store.dispatch('optiontypeselect','usertype')
|
|
|
this.accountType = res.data
|
|
|
- console.log(this.accountType);
|
|
|
-
|
|
|
+ console.log(this.accountType,'eeee');
|
|
|
},
|
|
|
async getClassList () {
|
|
|
let res = await this.$api.requested({
|