wl
2022-12-29 d6fb18b49cd61427a343fbe7a2a4f94e4b597bdc
src/views/operate/car/myIndex/edit/law/index.vue
@@ -182,7 +182,6 @@
    };
  },
  created() {
    console.log(this.info);
    const { getDepartTree } = this;
    // 初始化部门树
    getDepartTree();
@@ -205,7 +204,6 @@
              ...car,
            },
          }).then((res) => {
            console.log(res);
            if (res.code === 200) {
              this.$message({
                type: "success",
@@ -226,7 +224,6 @@
    },
    // 部门修改
    handleCheck(data, checked) {
      console.log(data);
      this.car.departId = data.id;
      this.car.departName = data.departName;
      // 获取当前选择的id在数组中的索引
@@ -268,13 +265,13 @@
<style lang="scss" scoped>
.createUser {
  border-radius: 1px;
  background-color: #09152f;
  // background-color: #09152f;
  main {
    // border: 1px solid #fff;
    text-align: left;
    padding: 0 55px;
    background-color: #09152f;
    // background-color: #09152f;
    padding-bottom: 50px;
    .mainContent {
@@ -314,18 +311,18 @@
    }
  }
  &::v-deep .el-textarea__inner {
    background-color: #09152f;
    border: 1px solid #17324c;
  }
  // &::v-deep .el-textarea__inner {
  //   // background-color: #09152f;
  //   border: 1px solid #17324c;
  // }
  ::v-deep .el-form-item__label {
    color: #4b9bb7;
  }
  // ::v-deep .el-form-item__label {
  //   color: #4b9bb7;
  // }
  ::v-deep .el-input__inner {
    background-color: #09152f;
    border: 1px solid #17324c;
  }
  // ::v-deep .el-input__inner {
  //   // background-color: #09152f;
  //   border: 1px solid #17324c;
  // }
}
</style>