zhangchong 1 год назад
Родитель
Сommit
de5e87a5f5
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/views/todo/seats/accept/History.vue

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

@@ -91,6 +91,7 @@ const resetQuery = throttle((formEl: FormInstance | undefined) => {
 }, 300);
 /** 获取历史工单 */
 const searchHistory = throttle(async () => {
+  if(!props.ruleForm.contact) return;
 	state.loading = true;
 	let request = {
 		...state.queryParams,