Commit 9f3ef3bf by zhuzhequan

打开初始化数据

parent 585df50e
...@@ -338,7 +338,7 @@ export default { ...@@ -338,7 +338,7 @@ export default {
omVisible: false, omVisible: false,
editForm: { editForm: {
content: '', content: '',
password: '', password: ''
} }
} }
}, },
...@@ -413,6 +413,8 @@ export default { ...@@ -413,6 +413,8 @@ export default {
onClickMenus(index) { onClickMenus(index) {
if (!index) { if (!index) {
this.omVisible = true this.omVisible = true
this.editForm.content = ''
this.editForm.password = ''
} }
}, },
async submitOm() { async submitOm() {
......
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