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