Преглед на файлове

查看协议时添加参数

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