| | |
| | | background: 'rgba(0, 0, 0, 0.7)', |
| | | }) |
| | | $.ajax({ |
| | | url: "http://127.0.0.1:9090/mo/tongbu/getList", |
| | | url: "http://127.0.0.1:8133/mo/tongbu/getList", |
| | | dataType: 'json', |
| | | contentType: 'application/json;charset=UTF-8', |
| | | method: 'GET', |
| | |
| | | background: 'rgba(0, 0, 0, 0.7)', |
| | | }) |
| | | $.ajax({ |
| | | url: "http://127.0.0.1:9090/mo/tongbu/"+method, |
| | | url: "http://127.0.0.1:8133/mo/tongbu/"+method, |
| | | data: { |
| | | izSrcVouch:izSrcVouch |
| | | }, |
| | |
| | | background: 'rgba(0, 0, 0, 0.7)', |
| | | }) |
| | | $.ajax({ |
| | | url:"http://127.0.0.1:9090/mo/tongbu/tongbu", |
| | | url:"http://127.0.0.1:8133/mo/tongbu/tongbu", |
| | | data: JSON.stringify(selectList.value), |
| | | dataType: 'json', |
| | | contentType: 'application/json;charset=UTF-8', |
| | |
| | | background: 'rgba(0, 0, 0, 0.7)', |
| | | }) |
| | | $.ajax({ |
| | | url:"http://127.0.0.1:9090/mo/tongbu/"+method, |
| | | url:"http://127.0.0.1:8133/mo/tongbu/"+method, |
| | | data: JSON.stringify({ |
| | | list : JSON.stringify(selectListDialog.value), |
| | | izSrcVouch : izSrcVouch |