fix:pageSize change
This commit is contained in:
parent
331ca75f39
commit
c4fc2ba79f
|
@ -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',
|
||||
|
|
|
@ -273,7 +273,7 @@ export default {
|
|||
buttonType: '7'
|
||||
},
|
||||
{
|
||||
buttonName: '查看数据字典',
|
||||
buttonName: '查看数据格式',
|
||||
buttonValue: 'viewData',
|
||||
buttonType: '8'
|
||||
}
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
buttonType: '7'
|
||||
},
|
||||
{
|
||||
buttonName: '查看数据字典',
|
||||
buttonName: '查看数据格式',
|
||||
buttonValue: 'viewData',
|
||||
buttonType: '8'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue