+
liuyg
2021-09-18 703cad77c256a63850c010241f7f1e9a38589ead
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;