fix 80297

This commit is contained in:
赵霄
2024-01-10 18:05:53 +08:00
parent 1dcf21204e
commit 3e2baa413a
2 changed files with 4 additions and 6 deletions
@@ -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>