Commit 9f3ef3bf by zhuzhequan

打开初始化数据

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