fix:pageSize change

This commit is contained in:
hyt 2024-09-20 17:10:24 +08:00
parent 331ca75f39
commit c4fc2ba79f
3 changed files with 4 additions and 4 deletions

View File

@ -148,7 +148,7 @@
</div>
</div>`
</baseDialog>
<baseDialog width="30%" v-model="dataDistDialog" :footerShow="false" title="查看数据字典">
<baseDialog width="30%" v-model="dataDistDialog" :footerShow="false" title="查看数据格式">
<vue-json-editor
class="editor"
v-model="authInfo"
@ -488,7 +488,7 @@ export default {
this.getDataDist(row.id)
}
},
//
//
async getDataDist(id) {
const res = await getUserModuleApi({
tl: 'mdmService',

View File

@ -273,7 +273,7 @@ export default {
buttonType: '7'
},
{
buttonName: '查看数据字典',
buttonName: '查看数据格式',
buttonValue: 'viewData',
buttonType: '8'
}

View File

@ -95,7 +95,7 @@ export default {
buttonType: '7'
},
{
buttonName: '查看数据字典',
buttonName: '查看数据格式',
buttonValue: 'viewData',
buttonType: '8'
}