Merge branch 'master' of https://github.com/Hccake/ballcat
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user