+
liuyg
2021-09-18 703cad77c256a63850c010241f7f1e9a38589ead
+
2 files modified
10 ■■■■ changed files
src/api/performance/performance.js 2 ●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuardDetail.vue 8 ●●●● patch | view | raw | blame | history
src/api/performance/performance.js
@@ -43,7 +43,7 @@
export const add = (row) => {
    return request({
        url: '/api/performance/submit',
        url: '/api/performance/save',
        method: 'post',
        data: row
    })
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;