update 企标稽查列表调整
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
value-format="YYYY-MM-DD"
|
||||
format="YYYY-MM-DD"
|
||||
@change="createDateChange"
|
||||
v-model="queryParam.createDate">
|
||||
v-model="queryParam.createDateRange">
|
||||
</a-range-picker>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -54,7 +54,7 @@
|
||||
<a-form-item :label="$t('enterpriseStandardLibrary.check.department')">
|
||||
<a-tree-select
|
||||
tree-node-filter-prop="title"
|
||||
v-model="queryParam.inspectDept"
|
||||
v-model="queryParam.belongDept"
|
||||
:maxTagCount="1"
|
||||
:show-search="true"
|
||||
:getPopupContainer="triggerNode=> triggerNode.parentNode"
|
||||
@@ -357,8 +357,9 @@ export default {
|
||||
},
|
||||
// 创建日期改变
|
||||
createDateChange (val) {
|
||||
this.queryParam.inspectCreateStartDate = val[0]
|
||||
this.queryParam.inspectCreateEndDate = val[1]
|
||||
// this.queryParam.inspectCreateStartDate = val[0]
|
||||
// this.queryParam.inspectCreateEndDate = val[1]
|
||||
this.queryParam.createDate = val && val.join(',')
|
||||
},
|
||||
// 点击跳转企标详情
|
||||
handleGoDetail (record) {
|
||||
|
||||
Reference in New Issue
Block a user