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

更新查询条件

parent d35b12a9
...@@ -143,8 +143,8 @@ export default { ...@@ -143,8 +143,8 @@ export default {
}, },
updateForm (form) { updateForm (form) {
Object.assign(this.form, form) let _form = Object.assign({}, this.form, form)
this.getScheduleList() this.getScheduleList(_form)
}, },
getFilter () { getFilter () {
...@@ -184,7 +184,7 @@ export default { ...@@ -184,7 +184,7 @@ export default {
}) })
}, },
getScheduleList () { getScheduleList (form) {
requestAPI(api.getScheduleList) requestAPI(api.getScheduleList)
.then((res) => { .then((res) => {
const { 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