diff --git a/vue/afvue/src/views/Flist.vue b/vue/afvue/src/views/Flist.vue index 8e5b718..1dac370 100644 --- a/vue/afvue/src/views/Flist.vue +++ b/vue/afvue/src/views/Flist.vue @@ -3,8 +3,8 @@
- - + +
@@ -61,6 +61,11 @@ export default { // console.log(res) this.flist = res.data.list }) + }, + sofile(){ + // alert("soobtn") + this.spath = this.$refs.sokey.value + this.getFlist() } } }