Commit 97edd7cf by wuchengwu

设备查询顺序修改

parent 39578fcf
......@@ -340,7 +340,7 @@ public class SysClientVpController {
}
//服务删除
@DeleteMapping("/ClientVp/{id}")
@DeleteMapping("/ClientVpDelete/{id}")
@ResponseBody
public XzxtRestResult deleteClientVp(@PathVariable("id") String id) {
return sysClientVpService.deleteClientVp(id);
......
......@@ -266,7 +266,7 @@
for(var i=0;i<=data.length;i++){
$.ajax({
type: "DELETE",
url: "ClientVp/"+data[i].id,
url: "ClientVpDelete/"+data[i].id,
dataType: "json",
success: function(data){
console.log(data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment