浏览代码

查看协议时添加参数

lex-xin 3 年之前
父节点
当前提交
cbe3cff9e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {}
       }