Browse Source

reactor:工单受理调整;

zhangchong 1 year ago
parent
commit
a771349a26
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/views/todo/seats/accept/History.vue

+ 0 - 4
src/views/todo/seats/accept/History.vue

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