Browse Source

查看协议时添加参数

lex-xin 3 years ago
parent
commit
cbe3cff9e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/productService/model/serviceModel.vue

+ 1 - 1
src/views/productService/model/serviceModel.vue

@@ -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) {}
       }