|
|
@@ -385,7 +385,7 @@ export default {
|
|
|
})
|
|
|
.set('dict', {
|
|
|
search: {
|
|
|
- keyWord: 'search'
|
|
|
+ keyWord: 'search'
|
|
|
}
|
|
|
})
|
|
|
.set('search', {
|
|
|
@@ -402,11 +402,14 @@ export default {
|
|
|
this.cpInfoList = list
|
|
|
})
|
|
|
.done();
|
|
|
- app.refresh({ classStyle:this.classStyle,classId:this.currentCpClassId })
|
|
|
-
|
|
|
- this.$service.ptCpClass.getMenu().then(res=>{
|
|
|
- this.cpClassData = res.list ? res.list : []
|
|
|
- })
|
|
|
+ if (this.$route.query.serarchCpName) {
|
|
|
+ app.refresh({ classStyle:this.classStyle,classId:this.currentCpClassId,search:this.$route.query.serarchCpName })
|
|
|
+ }else{
|
|
|
+ app.refresh({ classStyle:this.classStyle,classId:this.currentCpClassId })
|
|
|
+ }
|
|
|
+ this.$service.ptCpClass.getMenu().then(res=>{
|
|
|
+ this.cpClassData = res.list ? res.list : []
|
|
|
+ })
|
|
|
},
|
|
|
showSort(e) {
|
|
|
this.sort.status = true;
|