|
|
|
@ -26,7 +26,7 @@ function _getCustomerList() { |
|
|
|
} |
|
|
|
getCustomerList(config.value.smallUrl, params).then(({ code, data }) => { |
|
|
|
if (code === HTTP_CODE.ERR_OK) { |
|
|
|
customerList.value = [...data.list, ...customerList.value] |
|
|
|
customerList.value = data.list |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
|