02f8c75c by 任超

style:受理信息

1 parent 8420d68c
...@@ -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 }
......