fix: BUG修改
This commit is contained in:
parent
b33b27d255
commit
4800c7176f
@ -305,6 +305,7 @@ import {
|
||||
import { jxj_User } from "@/api/types";
|
||||
import { useHandleData } from "@/hooks/useHandleData";
|
||||
import { useRoute } from "vue-router";
|
||||
import { sendIframeMessage } from "@/utils/util";
|
||||
const route = useRoute();
|
||||
const modelActive = ref(0);
|
||||
const rules = reactive<FormRules>({
|
||||
@ -681,6 +682,7 @@ onMounted(async () => {
|
||||
} else {
|
||||
onSearch(records.value[0]);
|
||||
}
|
||||
await sendIframeMessage({ obj: { path: route.path } }, 2, undefined);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user