mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 20:36:43 +08:00
课程和案例本地存储
This commit is contained in:
@@ -153,6 +153,10 @@ export default {
|
||||
goSearch:{
|
||||
type: Number,
|
||||
default: 0,
|
||||
},
|
||||
keywords:{
|
||||
type:String,
|
||||
default:''
|
||||
}
|
||||
},
|
||||
|
||||
@@ -170,6 +174,14 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
watch:{
|
||||
keywords(newval){
|
||||
console.log(newval,9999);
|
||||
if(this.findType == '1'){
|
||||
this.keyword = newval
|
||||
}
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
popupConfig:{},
|
||||
|
||||
Reference in New Issue
Block a user