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