31e7b608 by renchao@pashanhoo.com

style:待办箱

1 parent 3c8e2f81
...@@ -105,6 +105,7 @@ ...@@ -105,6 +105,7 @@
105 }, 105 },
106 //申请单元点击事件 106 //申请单元点击事件
107 stepForm (index) { 107 stepForm (index) {
108 this.currentSelectProps.type = "READ_ONLY"
108 getStepFormInfo(this.currentSelectProps).then((res) => { 109 getStepFormInfo(this.currentSelectProps).then((res) => {
109 if (res.code === 200) { 110 if (res.code === 200) {
110 this.fresh++; 111 this.fresh++;
......