Commit 4dae94a1 by caoyanzhi

update: 修复任务视图bug

parent e0b691b3
......@@ -375,10 +375,11 @@ export default {
getTableList(val) {
let that = this;
that.loading = true;
const [startDate, endDate] = that.conditionObj.dateRange || [];
let para = {
type: 999,
startDate: that.conditionObj.dateRange[0] || '',
endDate: that.conditionObj.dateRange[1] || '',
startDate,
endDate,
search: that.conditionObj.searchInput || '', // 搜索字段
pageNum: that.currentPage, // 当前页
pageSize: that.pageSize, // 一页显示个数
......
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