zhanghua
2022-11-16 cc9ddf2ecaf3ad935374f49c842227f7eb15779d
src/components/dispatch/index.vue
@@ -313,7 +313,6 @@
        url: `sccg/car_Manage/query_enforce?current=1&size=1000`,
      }).then((res) => {
        this.carOptions = res.data.records;
        console.log(res);
      });
    },
    // 获取顶级部门
@@ -347,7 +346,6 @@
        url: `sccg/admin/getDepartUser/${id}`,
      })
        .then((res) => {
          console.log(res);
          if (res.code === 200) {
            this.personOptions = res.data;
          } else {