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