Explorar el Código

泰山过滤失效协议

785834757 hace 1 año
padre
commit
6e2cb3902e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {