Commit 8264bac4 authored by 沈翠玲's avatar 沈翠玲

修改bug

parent 9fe9e62e
...@@ -195,7 +195,7 @@ const getScale = (width = 1920, height = 1080) => { ...@@ -195,7 +195,7 @@ const getScale = (width = 1920, height = 1080) => {
let wh = window.innerHeight / height; let wh = window.innerHeight / height;
return ww < wh ? ww : wh; return ww < wh ? ww : wh;
}; };
getTenantPage({ current: 1, size: 9999999, status: 'enable' }).then(res => { getTenantPage({ current: 1, size: 9999999, status: 'enable', tenantType:'mediate' }).then(res => {
if (res.success) { if (res.success) {
Tenantlist.value = res.result.content Tenantlist.value = res.result.content
Tenantlist.value.unshift({name: '全部', id: '全部'}) Tenantlist.value.unshift({name: '全部', id: '全部'})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment