场景
inspinia 前端页面模板+thymeleaf模板+jquery+springboot
点击提交将当前选中行的id以json字符串传到后台,后台实现状态更改并刷新表格。
实现
提交按钮的点击事件:
//提交按钮点击事件
$("#submitBtn").click(function () {
var data = t.rows(['.selected']).data()[0];
if(undefined===data){
swal({
type: 'warning',
title: '提示:',
text: '请首先选择一行数据!',
confirmButtonColor: "#1ab394",
})
} else if(data.status.trim()==="3") {
debugger
swal({
type: 'warning',
title: '提示:',
text: '已打印不能再提