|
@@ -390,10 +390,10 @@ export default {
|
|
|
},
|
|
},
|
|
|
getLabel,
|
|
getLabel,
|
|
|
showDetail(row) {
|
|
showDetail(row) {
|
|
|
- this.$refs.detaildialog.show(row.resumptionId, row.name);
|
|
|
|
|
|
|
+ this.$refs.detaildialog.show(row.id, row.name);
|
|
|
},
|
|
},
|
|
|
showscanRecord(row) {
|
|
showscanRecord(row) {
|
|
|
- this.$refs.scanrecorddialog.show(row.resumptionId, row.orgId);
|
|
|
|
|
|
|
+ this.$refs.scanrecorddialog.show(row.id, row.orgId);
|
|
|
},
|
|
},
|
|
|
showRegister(row){
|
|
showRegister(row){
|
|
|
let path="/core/safetycheck/register/1704797898023739393"
|
|
let path="/core/safetycheck/register/1704797898023739393"
|