|
@@ -22,12 +22,14 @@
|
|
|
style="width: 220px"
|
|
style="width: 220px"
|
|
|
v-model="CreateOn"
|
|
v-model="CreateOn"
|
|
|
type="daterange"
|
|
type="daterange"
|
|
|
|
|
+ clearable
|
|
|
range-separator="至"
|
|
range-separator="至"
|
|
|
start-placeholder="开始日期"
|
|
start-placeholder="开始日期"
|
|
|
end-placeholder="结束日期"></el-date-picker>
|
|
end-placeholder="结束日期"></el-date-picker>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item label="企业名称">
|
|
<el-form-item label="企业名称">
|
|
|
<el-input size="mini"
|
|
<el-input size="mini"
|
|
|
|
|
+ clearable
|
|
|
v-model="searchForm.Companyname"
|
|
v-model="searchForm.Companyname"
|
|
|
placeholder="请输入内容"></el-input>
|
|
placeholder="请输入内容"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -1921,6 +1923,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
clearSearch () {
|
|
clearSearch () {
|
|
|
|
|
+ this.CreateOn = ''
|
|
|
this.searchForm.Companyname = ''
|
|
this.searchForm.Companyname = ''
|
|
|
this.searchForm.Categorycode = ''
|
|
this.searchForm.Categorycode = ''
|
|
|
this.initDatas()
|
|
this.initDatas()
|