1
tangzy
2022-07-19 0d04c984e5719a160d3c0e8433c13f78de5cefe2
1
3 files modified
9 ■■■■ changed files
src/views/architecture/architecture.vue 1 ●●●● patch | view | raw | blame | history
src/views/life/life.vue 1 ●●●● patch | view | raw | blame | history
src/views/mechanism/mechanism.vue 7 ●●●●● patch | view | raw | blame | history
src/views/architecture/architecture.vue
@@ -291,6 +291,7 @@
      this.form["jd"] = res[0];
      this.form["wd"] = res[1];
      this.form["addressName"] = res[2];
      this.form["address"] = res[2];
    },
    initData() {
      getDeptTree().then((res) => {
src/views/life/life.vue
@@ -334,6 +334,7 @@
      this.form["jd"] = res[0];
      this.form["wd"] = res[1];
      this.form["addressName"] = res[2];
      this.form["address"] = res[2];
    },
    initData() {
      getDeptTree().then((res) => {
src/views/mechanism/mechanism.vue
@@ -171,13 +171,6 @@
            },
            dicUrl:
              "/api/blade-architecture/architecture/selectType?campus={{key}}&type={{mtype}}",
            rules: [
              {
                required: true,
                message: "请输入所属楼",
                trigger: "blur",
              },
            ],
          },
          {
            label: "选择地点",