无等级网格版合并
This commit is contained in:
@@ -54,7 +54,7 @@ export default {
|
||||
}else {
|
||||
document.title = this.id ? '编辑走访日志' : '添加走访日志'
|
||||
}
|
||||
|
||||
|
||||
},
|
||||
methods: {
|
||||
getInfo() {
|
||||
@@ -80,7 +80,7 @@ export default {
|
||||
return this.$u.toast('请输入走访内容')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
this.flag = true
|
||||
this.$http.post('/app/apppreventionreturntopovertylog/addOrUpdate', {
|
||||
detail: this.detail,
|
||||
@@ -98,7 +98,7 @@ export default {
|
||||
delta: 1
|
||||
})
|
||||
}, 300)
|
||||
|
||||
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -109,7 +109,7 @@ export default {
|
||||
<style lang="scss">
|
||||
.form {
|
||||
padding-bottom: 120px;
|
||||
|
||||
|
||||
.help {
|
||||
padding: 32px;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user