|
@@ -144,7 +144,9 @@ export default {
|
|
|
let form = this.searchForm
|
|
|
this.http.request("/app/qualityModifyInfo/page",{
|
|
|
...form,
|
|
|
- page: this.page
|
|
|
+ page: this.page,
|
|
|
+ projectId:this.project.id,
|
|
|
+ contractId:this.project.contractId,
|
|
|
}).then((json)=>{
|
|
|
if(json.result == 1){
|
|
|
this.taskList = this.taskList.concat(json.datas);
|