liuyg
2021-09-03 fb591d893e7cdeb3efea4678cf99bf14baf6733e
src/views/securityUnitChild/index.vue
@@ -796,12 +796,16 @@
        if (that.readLock("danweidata") != null) {
          row = JSON.parse(that.readLock("danweidata"));
          // that.obj0.title = row.enterprisename;
          console.log(row, "row");
          console.log(row, "rowneibu");
          that.departmentid = row.departmentid;
          for (var k in row) {
            that.obj0[k] = row[k];
          }
          that.creditcode = row.creditcode;
          if (row.creditcode == "") {
            that.creditcode = 111;
          } else {
            that.creditcode = row.creditcode;
          }
          if (that.readLock("danweidataS") != null && a == 1) {
            var b = JSON.parse(that.readLock("danweidataS"));
            var i = 0;
@@ -874,9 +878,9 @@
          if (roleAlias == "保安公司管理员") {
            that.option0.submitBtn = true;
            for (var k in d) {
              if (d[k].label != "企业类型") {
                d[k].disabled = false;
              }
              // if (d[k].label != "企业类型") {
              d[k].disabled = false;
              // }
            }
          } else {
            that.option0.submitBtn = false;