luobisheng
2022-12-07 8e367b87b978d20a30a6ca900d95c25c9eb82b0e
src/views/operate/disposal/casepool/escalation/index.vue
@@ -279,7 +279,6 @@
  },
  methods: {
    setMystatus(value) {
      console.log(value);
      this.statusArr[1] = value;
      this.changeTypeChecked(value - 1);
      this.getUserList();
@@ -291,7 +290,6 @@
    },
    // 批量删除
    mulDelete(idArr) {
      console.log(idArr instanceof Array);
      const { statusArr } = this;
      this.$confirm("您确定要批量删除案件吗?")
        .then((_) => {
@@ -318,12 +316,10 @@
          });
        })
        .catch((err) => {
          console.log(err);
        });
    },
    // 执行下拉框操作
    selectChange(list) {
      console.log(this.tempList);
      if (this.tempList.length !== 0) {
        if (list === 3) {
          this.preMyIdx = list;
@@ -418,11 +414,7 @@
    // 更改一级标签的选中
    changeNavChecked(idx) {
      this.tagList.forEach((item, index) => {
        if (index === idx) {
          item.checked = true;
        } else {
          item.checked = false;
        }
        item.checked = index === idx;
      });
      this.typeList[0].checked = true;
      this.typeList[1].checked = false;
@@ -433,11 +425,7 @@
    // 更改违规/违建
    changeTypeChecked(idx) {
      this.typeList.forEach((item, index) => {
        if (index === idx) {
          item.checked = true;
        } else {
          item.checked = false;
        }
        item.checked = index === idx;
      });
      this.mystatus = idx + 1;
      this.statusArr[1] = this.typeList[idx].value;
@@ -448,7 +436,6 @@
    },
    // 获取案件信息
    getEventInfo(code) {
      console.log("获取具体案件信息", code);
      this.$axios({
        method: "get",
        url: `sccg/base_case/baseCaseDetail/${code}`,
@@ -471,7 +458,6 @@
  header {
    background-color: #09152f;
    border: 1pox solid #fff;
    .headerContent {
      padding: 0 40px;
@@ -540,7 +526,6 @@
    background-color: #09152f;
    margin-top: 20px;
    padding-bottom: 50px;
    border: 1pox solid #fff;
    .mainTitle {
      line-height: 60px;