Parcourir la source

reactor:工单受理调整;

zhangchong il y a 1 an
Parent
commit
de5e87a5f5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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,