优化
This commit is contained in:
@@ -327,9 +327,12 @@ export default {
|
||||
this.crud.notify('请勾选需要操作的记录!')
|
||||
return false
|
||||
}
|
||||
this.crud.loading = true
|
||||
dailyplan.submit({ query: this.crud.query, rows: this.checkrows }).then(res => {
|
||||
this.crud.notify('操作成功!')
|
||||
this.querytable()
|
||||
}).catch(() => {
|
||||
this.crud.loading = false
|
||||
})
|
||||
},
|
||||
querytable() {
|
||||
|
||||
Reference in New Issue
Block a user