|
|
@@ -600,10 +600,10 @@
|
|
|
},
|
|
|
projectLink(row) {
|
|
|
const type = row.entity_type;
|
|
|
- if (type === "1") {
|
|
|
+ if (type === "2") {
|
|
|
window.open(
|
|
|
this.$store.state.domainConfig.siteUrl +
|
|
|
- `/rooter/outsourceitem/${row.entity_id}>`
|
|
|
+ `/rooter/outsourceitem/${row.entity_id}`
|
|
|
);
|
|
|
} else if (type === "3") {
|
|
|
window.open(
|