企业库修改
This commit is contained in:
parent
e8088fa2a9
commit
5c27491af5
|
|
@ -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() {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue