龚焕茏
2024-05-24 b2c538e0600a4e23c66aa5564f1eb48c729300c8
src/views/user/student/edit.vue
@@ -133,7 +133,6 @@
      this.$refs.form.validate((valid) => {
        if (valid) {
          this.formLoading = true
          this.form.deptIds = this.form.deptIds.join(',')
          userApi.createUser(this.form).then(data => {
            if (data.code === 1) {
              _this.$message.success(data.message)