From f5d4bf1180cbbfc72e8b979ec65497d51e3ff147 Mon Sep 17 00:00:00 2001 From: smallchill Date: Wed, 11 Dec 2019 15:50:04 +0800 Subject: [PATCH] :zap: 2.2.2.RELEASE --- src/api/system/dict.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/system/dict.js b/src/api/system/dict.js index 183ed0c..572f1da 100644 --- a/src/api/system/dict.js +++ b/src/api/system/dict.js @@ -32,7 +32,7 @@ export const getChildList = (current, size, parentId, params) => { ...params, current, size, - parentId_equal: parentId, + parentId: parentId, } }) }