igdss-app/js/admin/grain-history.js
@@ -73,11 +73,9 @@ success: function(result) { if (result.code == "0000") { historyList = result.data; console.log(JSON.stringify("000")) renderData(); } else { renderData(); console.log(JSON.stringify("001")) mui.toast(result.mag); } },