liuyg
2021-08-24 ebb5de7a0b6302976b3ee53171ea03c1f8ffc566
src/views/securityUnitChild/index.vue
@@ -361,6 +361,7 @@
      option0: {
        emptyBtn: false,
        submitBtn: false,
        submitText: "保存",
        gutter: 30,
        column: column,
      },
@@ -795,7 +796,7 @@
        if (that.readLock("danweidata") != null) {
          row = JSON.parse(that.readLock("danweidata"));
          // that.obj0.title = row.enterprisename;
          // console.log(row, "row");
          console.log(row, "row");
          that.departmentid = row.departmentid;
          for (var k in row) {
            that.obj0[k] = row[k];