fuliqi
2024-06-17 0a5557a65304d3c5f8fc35200cfbb38f85778970
src/views/user/student/edit.vue
@@ -83,7 +83,7 @@
    if (id && parseInt(id) !== 0) {
      _this.formLoading = true
      userApi.selectUser(id).then(re => {
        _this.form = re.response
        _this.form = re.data
        _this.formLoading = false
      })
    }