|
@@ -55,7 +55,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
getCount() {
|
|
|
- this.$api.biz.getCount().then(res => {
|
|
|
+ this.$api.biz.getBigCount().then(res => {
|
|
|
let result = JSON.parse(crypto.decryptDES(res, crypto.desKey))
|
|
|
if (result.code === 200) {
|
|
|
this.data = result.data
|