优化走访慰问
This commit is contained in:
@@ -46,7 +46,9 @@
|
||||
export default {
|
||||
name: 'walkObject',
|
||||
components: {},
|
||||
props: {},
|
||||
props: {
|
||||
params: {},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
DiyList: {},
|
||||
@@ -71,7 +73,8 @@ export default {
|
||||
}
|
||||
},
|
||||
computed: {},
|
||||
onLoad() {
|
||||
created() {
|
||||
console.log(1)
|
||||
uni.setNavigationBarTitle({ title: '选择走访慰问对象' })
|
||||
this.getDiyList()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user