Sfoglia il codice sorgente

Merge branch 'release' into dev

zhangchong 3 mesi fa
parent
commit
ee40ee9e8d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 	});
 };