This commit is contained in:
2020-07-31 21:54:06 +00:00
parent ecc931dfc0
commit b5278f511c
5 changed files with 45 additions and 25 deletions

View File

@@ -49,7 +49,7 @@ export default {
});
} else {
vm.$router.push({
name: "customer-user",
name: "cust-user",
params: { recordid: tid.id }
});
}