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

适配高度的设置

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