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