This commit is contained in:
scales 2021-10-01 17:59:52 +08:00
parent a57dc8081e
commit 378e1a64db
2 changed files with 3 additions and 3 deletions

View File

@ -1179,7 +1179,7 @@ func (c *SupervisorApiController) ScoreProgress() {
/**
19.阅卷组长批改试卷
*/
func (c *SupervisorApiController) SupervisorPoint() {
func (c *SupervisorApiController) () {
defer c.ServeJSON()
var requestBody requests.SupervisorPoint
var resp Response

View File

@ -7,7 +7,7 @@ import group from "../../../../api/group";
const { Option } = Select;
export default class index extends Component {
supervisorId = '2'
supervisorId = '1'
state = {
questionList: [],
@ -305,7 +305,7 @@ export default class index extends Component {
}
tableData = () => {
group.allMonitor({ supervisorId: "2" })
group.allMonitor({ supervisorId: "2",subjectName: JSON.parse(localStorage.getItem('userInfo')).SubjectName})
.then((res) => {
if (res.data.status == "10000") {
let tableData = [];