优化
This commit is contained in:
@@ -193,6 +193,10 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
onShow () {
|
||||
document.title = !this.id ? '新建表单' : '编辑表单'
|
||||
},
|
||||
methods: {
|
||||
toSetting() {
|
||||
let {formConfig} = this
|
||||
|
||||
@@ -40,6 +40,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
document.title = '表单创建成功'
|
||||
this.injectJWeixin(['sendChatMessage'])
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user