chore:1.0.13
This commit is contained in:
@@ -99,7 +99,9 @@ async function req(url, options) {
|
||||
let data = res.data;
|
||||
if (res.encrypt) {
|
||||
data = crypto.decrypt(data);
|
||||
data = Common.parseJSON(data, data);
|
||||
if (!Common.isEmpty(data)) {
|
||||
data = Common.parseJSON(data, data);
|
||||
}
|
||||
}
|
||||
resolve({data, recordsTotal: res.recordsTotal})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user