From ec85bc3f3faf85fb60f6d2bb446dba334ea3d230 Mon Sep 17 00:00:00 2001 From: "DESKTOP-BP1469S\\1" <1058783880@qq.com> Date: Tue, 26 Apr 2022 15:35:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=A5=E5=8F=A3=E5=89=8D?= =?UTF-8?q?=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/goods/goodsPractice/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/goods/goodsPractice/index.jsx b/src/pages/goods/goodsPractice/index.jsx index dd41554..e84285f 100644 --- a/src/pages/goods/goodsPractice/index.jsx +++ b/src/pages/goods/goodsPractice/index.jsx @@ -194,6 +194,7 @@ const PageIndex = (props) => { Support.allType = r.data.data; }); GetAllSmallType(parmar).then((r) => { + debugger; Support.allSmallType = r.data.data; }); GetAllGoods(parmar).then((r) => {