提交 4ca51df1 编写于 作者: haochangdi's avatar haochangdi

适配高度的设置

上级 610aa59c
...@@ -65,6 +65,7 @@ import selectTemplate from "../../components/education/template/selectTemplate"; ...@@ -65,6 +65,7 @@ import selectTemplate from "../../components/education/template/selectTemplate";
import selectRegion from "../../components/education/template/selectRegion"; import selectRegion from "../../components/education/template/selectRegion";
import setOrganization from "../../components/education/template/setOrganization"; import setOrganization from "../../components/education/template/setOrganization";
import { openLoading, closeLoading } from "../../utils/utils"; import { openLoading, closeLoading } from "../../utils/utils";
import * as commonUtil from "../../utils/utils";
export default { export default {
data() { data() {
return { return {
...@@ -106,6 +107,9 @@ export default { ...@@ -106,6 +107,9 @@ export default {
this.getBaseMessage() this.getBaseMessage()
} }
}, },
mounted() {
commonUtil.resizeHeight();
},
methods: { methods: {
//用于存储基本信息 //用于存储基本信息
nextStep() { nextStep() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册