component-shipinlv 0.0.23 → 0.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/VipCompare/index.js +2 -1
- package/package.json +1 -1
package/dist/VipCompare/index.js
CHANGED
@@ -167,7 +167,8 @@ var VipCompare = function VipCompare(_ref) {
|
|
167
167
|
}, {
|
168
168
|
manual: !isInClient(),
|
169
169
|
onSuccess: function onSuccess(result) {
|
170
|
-
|
170
|
+
// @ts-ignore
|
171
|
+
setListData(result.list || result);
|
171
172
|
}
|
172
173
|
}),
|
173
174
|
loading = _useRequest2.loading,
|