style:待办箱
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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++; | ... | ... |
-
Please register or sign in to post a comment