@@ -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,