liuyg
2021-09-24 c4e67a8942e514b65ab41bb19781d50576c15725
src/views/securityAnalysis/child/certificate.vue
@@ -19,6 +19,19 @@
export default {
  props: ["card"],
  data() {
    var dicUrl =
        "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697",
      search = true;
    if (this.card.jurisdiction != "") {
      dicUrl =
        "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697&jurisdiction=" +
        this.card.jurisdiction;
    } else if (this.card.jurisdiction == 1372091709474910209) {
      // a = "";
    }
    if (this.card.deptId != "") {
      search = false;
    }
    return {
      securityid1: "",
      ExperienceVisible: false,
@@ -64,8 +77,7 @@
            // prop: "deptName",
            prop: "deptId",
            type: "tree",
            dicUrl:
              "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697",
            dicUrl: dicUrl,
            props: {
              label: "title",
              value: "id",
@@ -74,7 +86,7 @@
            // slot: true,
            searchSpan: 5,
            display: false,
            search: true,
            search: search,
            minWidth: 220,
          },
          {