[修改]政策库修改切换页码数
This commit is contained in:
@@ -616,7 +616,8 @@ export default {
|
|||||||
}, e => {})
|
}, e => {})
|
||||||
},
|
},
|
||||||
convert (value, dict) {
|
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 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
|
// return this.dict[dict].find(item => item.value === value)?.label || value
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -102,6 +102,7 @@ export default {
|
|||||||
data () {
|
data () {
|
||||||
const lawsStandInfoSearch = {
|
const lawsStandInfoSearch = {
|
||||||
page:1,
|
page:1,
|
||||||
|
lawsTextState:'',
|
||||||
pageSize: this.$store.getters.userInfo.configContent,
|
pageSize: this.$store.getters.userInfo.configContent,
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user