diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html
index 2b12670f..481afca9 100644
--- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html
+++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html
@@ -277,7 +277,6 @@
//console.log(uniteNumber);
//console.log(checkCategory);
var data1=[];
- var enforcementRegistration={};
window.onload = function () {
$("#quarter").hide();
$("#month").hide();
@@ -376,8 +375,7 @@
formatter:function (value,row,index) {
if(value !=null && value!=''){
/*return "是";*/
- enforcementRegistration=row;
- return ''+'是'+'';
+ return ''+'是'+'';
}else{
return "否";
}
@@ -1204,15 +1202,14 @@
function closeC(){
$('#detail').hide();
}
- function selectUnite(){
- console.log(enforcementRegistration);
+ function selectUnite(index){
$.ajax({
url:prefix+'/selectUnite',
type:'POST',
data:{
- 'jd':enforcementRegistration.jd,
- 'qy':enforcementRegistration.qy,
- 'uniteCheck':enforcementRegistration.uniteCheck,
+ 'jd':data1.rows[index].jd,
+ 'qy':data1.rows[index].qy,
+ 'uniteCheck':data1.rows[index].uniteCheck,
},
success: function (response) {
$('#detail2').show();
diff --git a/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/java/com/zdxt/code/domain/StatisticsSort.java b/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/java/com/zdxt/code/domain/StatisticsSort.java
deleted file mode 100644
index e69de29b..00000000