zhanghua
2022-12-27 dfb5adf5d4dc7971d9ef7c6528c302dc57f871fc
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 {
@@ -315,7 +312,7 @@
  }
  &::v-deep .el-textarea__inner {
    background-color: #09152f;
    // background-color: #09152f;
    border: 1px solid #17324c;
  }
@@ -324,7 +321,7 @@
  }
  ::v-deep .el-input__inner {
    background-color: #09152f;
    // background-color: #09152f;
    border: 1px solid #17324c;
  }
}