地区组件完全重构兼容苹果版本
This commit is contained in:
@@ -197,7 +197,7 @@ export default {
|
||||
})
|
||||
},
|
||||
|
||||
onShow () {
|
||||
onShow() {
|
||||
document.title = !this.id ? '新建表单' : '编辑表单'
|
||||
},
|
||||
methods: {
|
||||
|
||||
@@ -61,10 +61,6 @@ export default {
|
||||
]
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
},
|
||||
onShow() {},
|
||||
methods: {
|
||||
getList() {
|
||||
this.$http
|
||||
|
||||
Reference in New Issue
Block a user