Преглед изворни кода

查看协议时添加参数

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