[修改]政策库修改切换页码数

This commit is contained in:
zhoulingpo
2024-07-19 14:22:14 +08:00
parent f615207959
commit 3e92dcd50c
2 changed files with 3 additions and 1 deletions
@@ -616,7 +616,8 @@ export default {
}, e => {})
},
convert (value, dict) {
if (this.dict[dict]) {
if (this.dict[dict]&& value) {
console.log(value);
return value.split(',').map(v => this.dict[dict].find(item => item.value === v)?.label || v).join(',')
// return this.dict[dict].find(item => item.value === value)?.label || value
} else {
@@ -102,6 +102,7 @@ export default {
data () {
const lawsStandInfoSearch = {
page:1,
lawsTextState:'',
pageSize: this.$store.getters.userInfo.configContent,
}
return {