判断题bug
This commit is contained in:
parent
7a13275eea
commit
482cc400e2
|
@ -101,7 +101,7 @@ function tmsubmitForm(){
|
|||
tmdata['type'] = 3
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: 'api/question?a=add',
|
||||
url: 'api/question?a=edit',
|
||||
data: JSON.stringify(tmdata),
|
||||
datatype: "json",
|
||||
processData: false,
|
||||
|
|
Loading…
Reference in New Issue