Commit 0f707af1 authored by youjie's avatar youjie

no message

parent 6b8d8300
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
proxy proxy
} = getCurrentInstance(); } = getCurrentInstance();
let data = reactive({ let data = reactive({
show: true, show: false,
loading: false, loading: false,
Keywords:'' Keywords:''
}); });
......
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
}) })
}, },
// // 点击弹出学员列表
selectStudents(){ selectStudents(){
data.show = true data.show = true
setTimeout(()=>{ setTimeout(()=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment