This commit is contained in:
zds
2022-08-03 16:43:17 +08:00
parent 8a6ea02743
commit dc4a8b95df
6 changed files with 231 additions and 57 deletions

View File

@@ -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()