--no commit message
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -157,12 +157,13 @@ export default { | ... | @@ -157,12 +157,13 @@ export default { |
157 | this.tableData.forEach((item) => { | 157 | this.tableData.forEach((item) => { |
158 | item.show = true; | 158 | item.show = true; |
159 | if (this.$parent.dqhj == item.jddm) { | 159 | if (this.$parent.dqhj == item.jddm) { |
160 | item.show = false; | 160 | item["stepid"] = this.$route.query.bestepid; |
161 | } | ||
162 | item.shjssj = getNewDatesh(); | 161 | item.shjssj = getNewDatesh(); |
163 | item.shkssj = getNewDatesh(); | 162 | item.shkssj = getNewDatesh(); |
164 | item["shryxm"] = this.userInfo.name; | 163 | item["shryxm"] = this.userInfo.name; |
165 | item["userid"] = this.userInfo.id; | 164 | item["userid"] = this.userInfo.id; |
165 | item.show = false; | ||
166 | } | ||
166 | }); | 167 | }); |
167 | } | 168 | } |
168 | }); | 169 | }); |
... | @@ -180,7 +181,6 @@ export default { | ... | @@ -180,7 +181,6 @@ export default { |
180 | onSubmit() { | 181 | onSubmit() { |
181 | this.tableData.forEach((item, index) => { | 182 | this.tableData.forEach((item, index) => { |
182 | item["bsmBusiness"] = this.propsParam.bsmBusiness; | 183 | item["bsmBusiness"] = this.propsParam.bsmBusiness; |
183 | item["stepid"] = this.$route.query.bestepid; | ||
184 | item["czjg"] = "1"; | 184 | item["czjg"] = "1"; |
185 | }); | 185 | }); |
186 | saveSpyjBySlsq(this.tableData).then((res) => { | 186 | saveSpyjBySlsq(this.tableData).then((res) => { | ... | ... |
-
Please register or sign in to post a comment