WXL
8 小时以前 f06fb94665b25d9f9fd8947f1c2c5daa60bb5f2f
src/views/project/externalperson/index.vue
@@ -271,7 +271,7 @@
                  v-for="dict in dict.type.sys_professionaltitle"
                  :key="dict.value"
                  :label="dict.label"
                  :value="dict.value"
                  :value="dict.label"
                ></el-option>
              </el-select>
            </el-form-item>
@@ -444,7 +444,7 @@
    this.getUserProfile();
    this.getUnitList();
    // 默认不打开
    // this.getList();
    this.getList();
  },
  methods: {
    //获取当前用户信息
@@ -452,7 +452,7 @@
      getUserProfile().then(res => {
        if (
          res.data.userName == "admin" ||
          res.data.userName == "001" ||
          res.data.userName == "053" ||
          res.data.userName == "047"
        ) {
          this.ismanager = true;