@@ -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 {