@@ -360,6 +360,7 @@ const queryList = () => {
const resetQuery = (formEl: FormInstance | undefined) => {
if (!formEl) return;
formEl.resetFields();
+ queryList();
};
// 线索核实
const verifyRef = ref<RefType>();