|
|
@ -601,17 +601,17 @@ export default { |
|
|
|
], |
|
|
|
projectUnitName: [ |
|
|
|
{ required: true, message: "请输入项目单位名称", trigger: "blur" }, |
|
|
|
{max:250,message:"字符长度最大为250",trigger:"blur"} |
|
|
|
{ max: 250, message: "字符长度最大为250", trigger: "blur" }, |
|
|
|
], |
|
|
|
constructionLocation: [ |
|
|
|
{ required: true, message: "请输入项目单位名称", trigger: "blur" }, |
|
|
|
{max:250,message:"字符长度最大为250",trigger:"blur"} |
|
|
|
{ max: 250, message: "字符长度最大为250", trigger: "blur" }, |
|
|
|
], |
|
|
|
briefIntroduction: [ |
|
|
|
{max:250,message:"字符长度最大为250",trigger:"blur"} |
|
|
|
{ max: 250, message: "字符长度最大为250", trigger: "blur" }, |
|
|
|
], |
|
|
|
projectLandSituation: [ |
|
|
|
{max:250,message:"字符长度最大为250",trigger:"blur"} |
|
|
|
{ max: 250, message: "字符长度最大为250", trigger: "blur" }, |
|
|
|
], |
|
|
|
}, |
|
|
|
// 初步设计概算报告 |
|
|
@ -787,8 +787,8 @@ export default { |
|
|
|
}, |
|
|
|
/** 搜索按钮操作 */ |
|
|
|
handleQuery() { |
|
|
|
this.queryParams.cv.name = "projectName"; |
|
|
|
this.queryParams.cv.type = "like"; |
|
|
|
// this.queryParams.cv.name = "projectName"; |
|
|
|
// this.queryParams.cv.type = "like"; |
|
|
|
this.queryParams.pageNum = 1; |
|
|
|
this.getList(); |
|
|
|
}, |
|
|
|