判断题bug

This commit is contained in:
caoqianming 2020-03-09 11:18:48 +08:00
parent 7a13275eea
commit 482cc400e2
1 changed files with 1 additions and 1 deletions

View File

@ -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,