style:受理信息
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -191,8 +191,9 @@ export default { | ... | @@ -191,8 +191,9 @@ export default { |
191 | this.details = row | 191 | this.details = row |
192 | this.isaddupdate = false | 192 | this.isaddupdate = false |
193 | }, | 193 | }, |
194 | queryViewClick () { | 194 | queryViewClick (index, row) { |
195 | this.dialog = true | 195 | this.dialog = true |
196 | this.details = row | ||
196 | } | 197 | } |
197 | } | 198 | } |
198 | } | 199 | } | ... | ... |
-
Please register or sign in to post a comment