This commit is contained in:
b2baccline
2020-06-24 14:24:32 +08:00

View File

@@ -33,9 +33,6 @@ export default {
}, },
handleOk() { handleOk() {
// 钩子函数 处理提交之前处理的事件 // 钩子函数 处理提交之前处理的事件
if (!this.form.getFieldValue('title')) {
return
}
delObj(this.id, this.form.getFieldValue('mode')) delObj(this.id, this.form.getFieldValue('mode'))
.then(res => { .then(res => {
if (res.code === 200) { if (res.code === 200) {