|
|
@@ -111,12 +111,13 @@ export default defineComponent({
|
|
|
const ischect = ref(true)
|
|
|
const appStore = useAppStore();
|
|
|
const searchValue = ref('')
|
|
|
- const selectTypeValue = ref('MR')
|
|
|
const selectSystemValue = ref('')
|
|
|
const selectStatusValue = ref('0')
|
|
|
const searchTime = ref(null)
|
|
|
const { currentRoute } = useRouter();
|
|
|
const currRoute = currentRoute.value;
|
|
|
+ const selectTypeValue = ref(currRoute.query.type || 'MR')
|
|
|
+
|
|
|
//mr是地图资源,dr是文件,er场景,sr组件
|
|
|
const typeOptions = [
|
|
|
{
|