|
|
@@ -384,10 +384,10 @@ export default {
|
|
|
},
|
|
|
getLabel,
|
|
|
showDetail(row) {
|
|
|
- this.$refs.detaildialog.show(row.resumptionId, row.name);
|
|
|
+ this.$refs.detaildialog.show(row.id, row.name);
|
|
|
},
|
|
|
showscanRecord(row) {
|
|
|
- this.$refs.scanrecorddialog.show(row.resumptionId, row.orgId);
|
|
|
+ this.$refs.scanrecorddialog.show(row.id, row.orgId);
|
|
|
},
|
|
|
getDefaultKey(key) {
|
|
|
this.queryParams.orgId = key;
|