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