Ver Fonte

reactor:综合查询新增总数展示;

zhangchong há 7 meses atrás
pai
commit
4f944ee7fa
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/business/order/index.vue

+ 1 - 1
src/views/business/order/index.vue

@@ -805,7 +805,7 @@ const onSearch = (formEl: FormInstance | undefined) => {
 	if (!formEl) return;
 	formEl.validate((valid: boolean) => {
 		if (!valid) return;
-		queryList(true);
+		handleQuery();
 		state.dialogVisible = false;
 	});
 };