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

View File

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

View File

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