Commit 70b16aa6 authored by yht15023815643's avatar yht15023815643

Merge branch 'V20230915' of http://192.168.60.201/root/dsk-operate-sys into V20230915

parents 2d4b2cf7 b3fe2015
......@@ -15,7 +15,7 @@
<el-form-item label="项目名称:" class="row" prop="projectName">
<el-input type="text" placeholder="请输入" v-model="queryParam.projectName" @input="getProject(1)" :οnkeyup="queryParam.projectName=queryParam.projectName.replace(/^\s+|\s+$/g,'')"></el-input>
<div class="resultlist infinite-list" v-infinite-scroll="load1" v-if="proList.length>0" id="box1">
<div class="infinite-list-item" v-for="(item,index) in proList" @click="selProject(item)"><span v-html="item.projectName"></span></div>
<div class="infinite-list-item" v-for="(item,index) in proList" @click="selProject(item)"><span v-html="item.projectName" :key="projectpage"></span></div>
</div>
</el-form-item>
<el-form-item label="招采单位:" class="row" prop="ownerCompany">
......@@ -191,10 +191,8 @@
if (this.queryParam.projectName.length>=2){
let param = {
projectName:this.queryParam.projectName,
page:{
limit:20,
page:this.projectpage
}
pageSize:20,
pageNum:this.projectpage
}
queryProject(JSON.stringify(param)).then(result=>{
if(result.code != 200){
......
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