1
lkk
5 天以前 84a9297d616a8db97330e3daa6b92974bb738fa5
src/views/system/user/index.vue
@@ -1877,6 +1877,10 @@
      this.getlistHosp();
      this.reset();
      this.form = row;
      this.form = {
        ...row,
        deptId: row.deptId != null ? String(row.deptId) : null, // 👈 确保为字符串
      };
      if (this.form.hospId) {
        this.sendhospName();
      }