@@ -148,10 +148,6 @@ const dialogConfirmRepeat = (val: any) => {
const clearRepeat = () => {
multipleTableRef.value!.clearSelection();
};
-onMounted(async () => {
- await nextTick()
- searchHistory();
-});
watch(
() => props.ruleForm.contact,
(newVal: any) => {