Commit 5aa1e6c7 authored by zhangyanni's avatar zhangyanni

找客户source参数

找客户 1
维护的需求2
发布的需求2
负责的客户 null
注册的用户 null
parent 8ecbe147
......@@ -662,7 +662,7 @@
search: {
requirementStatus: this.currentStatus ? this.currentStatus:undefined,
businessId: this.$route.query.id ? this.$route.query.id : 0,
source:this.$route.query.oM?null:1
source:this.$route.query.oM?null:this.$route.query.id?1:2
}
};
api.getRequireListAxios(params).then((res) => {
......
......@@ -257,7 +257,7 @@
requirementStatus: this.currentStatus? this.currentStatus : undefined,
businessId: 0,
endTimeStage:this.currentTime && this.currentTime == 0 ? 0 : this.currentTime,
source:1
source:2
}
};
api.getRequireListAxios(params).then((res) => {
......
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