Sfoglia il codice sorgente

泰山过滤失效协议

785834757 1 anno fa
parent
commit
6e2cb3902e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/Sys/TaiShanAuth.vue

+ 1 - 1
src/views/Sys/TaiShanAuth.vue

@@ -71,7 +71,7 @@ export default {
       });
       });
     },
     },
     agreement() {
     agreement() {
-      this.$api.insCompany.findAgreementByCompanyId({ partnerCompaniesId: 'TSBX1000000', apiType: 2 }).then((res) => {
+      this.$api.insCompany.findAgreementByCompanyId({ partnerCompaniesId: 'TSBX1000000', apiType: 2,isValid: 1,validStatus: 1 }).then((res) => {
         if (res.code == '200') {
         if (res.code == '200') {
           this.pageResult = res.data;
           this.pageResult = res.data;
         } else {
         } else {