|
Lines 152-157
export default {
Link Here
|
| 152 |
}, |
152 |
}, |
| 153 |
methods: { |
153 |
methods: { |
| 154 |
async getAgreementCount() { |
154 |
async getAgreementCount() { |
|
|
155 |
const spclient = APIClient.sysprefs |
| 156 |
spclient.sysprefs.update("CardnumberLength", "42") |
| 157 |
|
| 155 |
const client = APIClient.erm |
158 |
const client = APIClient.erm |
| 156 |
await client.agreements.count().then( |
159 |
await client.agreements.count().then( |
| 157 |
count => { |
160 |
count => { |
| 158 |
- |
|
|