bug
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
:hideLevel="user.info.areaList.length - 1"
|
||||
v-model="areaId"
|
||||
:instance="instance"
|
||||
@change="onChange()">
|
||||
@change="onChange">
|
||||
</ai-title>
|
||||
</template>
|
||||
<template slot="content">
|
||||
@@ -120,6 +120,14 @@
|
||||
},
|
||||
|
||||
methods: {
|
||||
onChange () {
|
||||
this.search.current = 1
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.getList()
|
||||
})
|
||||
},
|
||||
|
||||
getList() {
|
||||
this.instance.post(`/app/appexaminationinfo/learningList`, null, {
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user