{
this.approvalList = response.records;
// console.log("this.approvalList", this.approvalList);
@@ -528,6 +584,9 @@ export default {
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;
+ this.queryParams.cv.type = "like";
+ this.queryParams.cv.name = "projectName";
+ // this.queryParams.cv.value = ;
this.getList();
},
/** 重置按钮操作 */