fix 80297
This commit is contained in:
@@ -250,9 +250,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
this.filters = {
|
this.queryParam.projectId = this.$route.query.projectId
|
||||||
projectId: this.$route.query.projectId
|
|
||||||
}
|
|
||||||
this.loadData()
|
this.loadData()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -327,7 +325,7 @@ export default {
|
|||||||
param.pageSize = this.ipagination.pageSize
|
param.pageSize = this.ipagination.pageSize
|
||||||
param.expectedTimeRange = param.expectedTimeRange ? param.expectedTimeRange.join(',') : null
|
param.expectedTimeRange = param.expectedTimeRange ? param.expectedTimeRange.join(',') : null
|
||||||
return filterObj(param)
|
return filterObj(param)
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
<!--条款号-->
|
<!--条款号-->
|
||||||
<a-col :md="6" :sm="12">
|
<a-col :md="6" :sm="12">
|
||||||
<a-form-item :label="$t('workCenter.enStandardRevision.clauseNumber')">
|
<a-form-item :label="$t('workCenter.enStandardRevision.clauseNumber')">
|
||||||
<a-input :placeholder="$t('pleaseEnter') + $t('workCenter.enStandardRevision.clauseNumber')"
|
<j-input :placeholder="$t('pleaseEnter') + $t('workCenter.enStandardRevision.clauseNumber')"
|
||||||
v-model="queryParam.termNumber"></a-input>
|
v-model="queryParam.termNumber"></j-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user