|
@@ -111,6 +111,7 @@ public class ReportDetailFragment extends BaseFragment {
|
|
|
try {
|
|
try {
|
|
|
Boolean isSuccess = FastjsonUtil.getBoolean(o.toString(), "success");
|
|
Boolean isSuccess = FastjsonUtil.getBoolean(o.toString(), "success");
|
|
|
if (isSuccess) {
|
|
if (isSuccess) {
|
|
|
|
|
+ mList.clear(); //没提交的,新修改2025年03月24号
|
|
|
JSONArray dataArray = FastjsonUtil.getJSONArray(o.toString(),"data");
|
|
JSONArray dataArray = FastjsonUtil.getJSONArray(o.toString(),"data");
|
|
|
for(Object index:dataArray){
|
|
for(Object index:dataArray){
|
|
|
JSONObject data = (JSONObject) index;
|
|
JSONObject data = (JSONObject) index;
|
|
@@ -125,7 +126,7 @@ public class ReportDetailFragment extends BaseFragment {
|
|
|
reportDetailAdapter.setNewData(mList);
|
|
reportDetailAdapter.setNewData(mList);
|
|
|
}
|
|
}
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
-
|
|
|
|
|
|
|
+ e.printStackTrace();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|