|
|
@@ -61,7 +61,7 @@ const typeName = computed(() => {
|
|
|
const renameVisible = ref(false);
|
|
|
const renameTitle = ref("");
|
|
|
const isPreview = computed(() => route.query.preview as string || '');
|
|
|
-const fromRoute = computed(() => appId || route.query.fromRoute as string);
|
|
|
+const fromRoute = computed(() => route.query.fromRoute as string || appId);
|
|
|
// 标题:fire 使用 tmProject.projectName;criminal 使用 caseTitle
|
|
|
const headerTitle = computed(() => {
|
|
|
const cr: any = props.currentRecord || {};
|