liuyg
2021-09-17 aa2a056538a85da696c760117d226a93e7c4cffd
src/views/securityUnitChild/index.vue
@@ -607,7 +607,7 @@
      this.onLoad1(this.page1);
    },
    rowUpdate1(row, index, done, loading) {
      // delete row.shareholdingratio;
      delete row.shareholdingratio;
      delete row.tenantId;
      console.log(row);
      update1(row).then(
@@ -755,8 +755,6 @@
    rowUpdate2(row, index, done, loading) {
      console.log(row);
      delete row.shareholdingratio;
      // delete row.id;
      delete row.rtime;
      update2(row).then(
        () => {
          this.onLoad2(this.page2);