课程和案例本地存储

This commit is contained in:
nisen
2023-08-14 12:27:10 +08:00
parent d895e76979
commit 4b2816e183
3 changed files with 81 additions and 51 deletions

View File

@@ -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:{},