修改
This commit is contained in:
@@ -298,10 +298,13 @@ export default {
|
||||
this.crud.notify('请勾选需要提交的记录!')
|
||||
return false
|
||||
}
|
||||
this.crud.loading = true
|
||||
producetask.submit2({ query: this.crud.query, rows: this.checkrows}).then(res => {
|
||||
this.crud.notify('操作成功!')
|
||||
this.crud.loading = false
|
||||
this.querytable()
|
||||
})
|
||||
this.crud.loading = false
|
||||
},
|
||||
querytable() {
|
||||
this.crud.toQuery()
|
||||
|
||||
Reference in New Issue
Block a user