Commit 657dc02b authored by gengchunlei's avatar gengchunlei

居民端小程序 v1.2 checkBox事件冒泡阻止

parent 59809d43
......@@ -127,7 +127,6 @@ export default {
})
},
selectFiletype(val) {
debugger
let index = this.fileType.findIndex(item => item == val)
if (index >= 0) {
this.fileType = this.fileType.filter(item => item != val)
......
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