mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
取消选择
This commit is contained in:
@@ -146,6 +146,7 @@ import popup from '@/components/AlertPopup.vue';
|
||||
import yearMedal from '@/components/Popup/China2023.vue';
|
||||
import apiBoeCourse from '@/api/boe/course.js';
|
||||
import {userAvatarText} from "@/utils/tools.js";
|
||||
import apiCase from "@/api/modules/cases.js";
|
||||
export default {
|
||||
props: {
|
||||
current: {
|
||||
@@ -167,7 +168,7 @@ export default {
|
||||
keywords:{
|
||||
type:String,
|
||||
default:''
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
components:{popup,yearMedal},
|
||||
@@ -273,6 +274,7 @@ export default {
|
||||
}
|
||||
},
|
||||
searchJump() {
|
||||
this.$emit('type1', '')
|
||||
if(this.current == 'index') {
|
||||
if (this.findType == '1') {
|
||||
if(this.keyword==''){return;}
|
||||
|
||||
Reference in New Issue
Block a user