WXL (wul)
4 天以前 94ce59bb6e94bd5e78f32d921ce5c14d641dabc8
src/views/system/user/index.vue
@@ -907,7 +907,7 @@
            updateUser(this.form).then((response) => {
              this.$modal.msgSuccess("修改成功");
              this.open = false;
              this.adduserdept();
              // this.adduserdept();
            });
          } else {
            addUser(this.form).then((response) => {
@@ -916,7 +916,7 @@
              this.form.userId = response.data;
              console.log("开始加部门");
              this.adduserdept();
              // this.adduserdept();
            });
          }
        }