Commit f2beac37 by caoyanzhi

update: 任务视图

parent bbfff0b5
......@@ -285,6 +285,7 @@ export default {
that.loadingBtn = true;
let para = {
type: 999,
search: that.conditionObj.searchInput || '', // 搜索字段
gicEnterpriseId: that.activeBrand, // 品牌 id
startDate: that.conditionObj.dateRange[0] || '',
......@@ -375,6 +376,7 @@ export default {
let that = this;
that.loading = true;
let para = {
type: 999,
startDate: that.conditionObj.dateRange[0] || '',
endDate: that.conditionObj.dateRange[1] || '',
search: that.conditionObj.searchInput || '', // 搜索字段
......
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