Commit a9f29ef5 authored by huai.li's avatar huai.li

更新查询条件

parent d35b12a9
......@@ -143,8 +143,8 @@ export default {
},
updateForm (form) {
Object.assign(this.form, form)
this.getScheduleList()
let _form = Object.assign({}, this.form, form)
this.getScheduleList(_form)
},
getFilter () {
......@@ -184,7 +184,7 @@ export default {
})
},
getScheduleList () {
getScheduleList (form) {
requestAPI(api.getScheduleList)
.then((res) => {
const {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment