From 57e481da1ff7d560eb4f3c2cb33ea1ba394f1b5e Mon Sep 17 00:00:00 2001 From: ruanqi Date: Fri, 17 Feb 2023 13:36:06 +0800 Subject: [PATCH] 1 --- src/api/factory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/factory.js b/src/api/factory.js index bc72fc8..6ba9869 100644 --- a/src/api/factory.js +++ b/src/api/factory.js @@ -1,4 +1,4 @@ import { createAPI } from "@/utils/httpRequest.js"; -// 获取工厂列表 +// 获取工厂列表1 export const getFactory = data => createAPI(`api/factory/tblbasedata/list`,'get',data)