Commit 9346eac3 authored by gengchunlei's avatar gengchunlei

居民端小程序 v1.2 注释掉vconsole

parent e73e024f
...@@ -245,9 +245,6 @@ export default { ...@@ -245,9 +245,6 @@ export default {
// path = `/residentWX/screening/SecondDetail/${record.id}` // path = `/residentWX/screening/SecondDetail/${record.id}`
// } // }
// this.$router.push({ path }) // this.$router.push({ path })
},
toVisit(record) {
}, },
onIgnore(record) { onIgnore(record) {
delVisit({ id: record.id }).then(() => { delVisit({ id: record.id }).then(() => {
...@@ -265,7 +262,6 @@ export default { ...@@ -265,7 +262,6 @@ export default {
query: {...others} query: {...others}
}) })
}, },
},
dateHandle() { dateHandle() {
if (this.rangeDate && this.rangeDate.length) { if (this.rangeDate && this.rangeDate.length) {
this.form.nextVisitDateStart = this.rangeDate[0] this.form.nextVisitDateStart = this.rangeDate[0]
......
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