[修改]政策库修改切换页码数
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user