29d83d27 by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 342d66f7 fbcf5cfd
......@@ -14,6 +14,7 @@
/deep/.el-menu-item {
display: flex;
align-items: center;
justify-content: space-between;
}
}
......@@ -210,7 +211,8 @@
box-sizing: border-box;
width: 70px;
margin: 0 5px;
div{
div {
@include flex-center;
cursor: pointer;
flex-direction: column;
......@@ -219,6 +221,7 @@
width: 70px;
margin: 0 5px;
}
.icon {
font-size: 10px;
}
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-21 13:11:04
* @LastEditTime: 2023-10-13 17:03:52
-->
<template>
<div class="container">
......@@ -116,6 +116,9 @@
*/
stepForm (index) {
let that = this
if (Object.keys(this.currentSelectProps).length == 0) {
return
}
this.currentSelectProps.type = "READ_ONLY"
getStepFormInfo(this.currentSelectProps).then((res) => {
if (res.code === 200) {
......