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