Browse Source

reactor:知识库调整;

zhangchong 3 months ago
parent
commit
00200e80bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/business/order/index.vue

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

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