企业库修改

This commit is contained in:
cwchen 2025-10-23 17:21:34 +08:00
parent e8088fa2a9
commit 5c27491af5
2 changed files with 7 additions and 5 deletions

View File

@ -82,9 +82,11 @@ export default {
}, },
// //
async getDetail() { async getDetail() {
if (this.type === 'edit') {
const res = await getDetailDataAPI({ enterpriseId: this.enterpriseId }) const res = await getDetailDataAPI({ enterpriseId: this.enterpriseId })
console.log('res:', res); console.log('res:', res);
this.detailData = res.data; this.detailData = res.data;
}
}, },
// //
async handleSave() { async handleSave() {

View File

@ -248,7 +248,7 @@ export default {
.app-container { .app-container {
padding: 20px; padding: 20px;
background: linear-gradient( 180deg, #F1F6FF 20%, #E5EFFF 100%); background: linear-gradient( 180deg, #F1F6FF 20%, #E5EFFF 100%);
max-height: 100vh; min-height: calc(100vh - 85px);
} }
.page-header { .page-header {