Преглед изворни кода

获取所有花材异步处理

shish пре 4 година
родитељ
комит
f0d8087b89
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ghsApp/src/api/product/index.js

+ 1 - 1
ghsApp/src/api/product/index.js

@@ -85,7 +85,7 @@ export const generatePriceTable = data => {
 };
 };
 
 
 //所有花材
 //所有花材
-export const allProduct = data => {
+export const allProduct = async data => {
 	return https.get("/product/all", data);
 	return https.get("/product/all", data);
 };
 };