Przeglądaj źródła

泰山过滤失效协议

785834757 1 rok temu
rodzic
commit
6e2cb3902e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/Sys/TaiShanAuth.vue

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

@@ -71,7 +71,7 @@ export default {
       });
     },
     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') {
           this.pageResult = res.data;
         } else {