|
@@ -171,7 +171,7 @@ export default {
|
|
|
if(!this.fileContent) {
|
|
|
try {
|
|
|
const tenantId = this.$helpers.tenantId
|
|
|
- const res = await getContract({ id: tenantId })
|
|
|
+ const res = await getContract({ id: tenantId, type: 1, renewCount: this.value })
|
|
|
this.fileContent = res.data
|
|
|
} catch(e) {}
|
|
|
}
|