src/views/securityGuard/securityGuardDetail.vue
@@ -279,7 +279,7 @@ securityid: this.id, }; //获取用户从业信息 console.log(this.id, "cid"); // console.log(this.id, "cid"); getExperienceList(this.current, this.size, param).then((res1) => { const data = res1.data.data; this.page1.total = data.total; @@ -301,6 +301,12 @@ this.loading2 = false; }); }, refreshChange1() { this.getPractitionersPageInfo(); }, refreshChange2() { this.getPerformancePageInfo(); }, rowSave2(form, done, loading) { form.securityid = this.id;