WXL
5 小时以前 d27451a2c24fcc785d02619d5840378df7cfc939
限制取消
已修改1个文件
18 ■■■■ 文件已修改
src/views/project/externalperson/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/externalperson/index.vue
@@ -464,15 +464,15 @@
    /** 查询单位、人员账号列表 */
    getList() {
      if (
        this.queryParams.username === null ||
        this.queryParams.username.replace(/\s/g, "") == ""
      ) {
        this.$modal.msgWarning(
          "查找账户时,账户名称不能为空,请输入账户名称!"
        );
        return;
      }
      // if (
      //   this.queryParams.username === null ||
      //   this.queryParams.username.replace(/\s/g, "") == ""
      // ) {
      //   this.$modal.msgWarning(
      //     "查找账户时,账户名称不能为空,请输入账户名称!"
      //   );
      //   return;
      // }
      // this.loading = true;
      listExternalperson(this.queryParams).then(response => {