perryhsu
2020-10-21 0f149cef5429e209dbe817958b53a8f91f8d333b
修正 电池组编辑保存 接口url
1个文件已修改
2 ■■■ 已修改文件
gx_tieta/WebRoot/iframe/batt-info-edit.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/iframe/batt-info-edit.html
@@ -851,7 +851,7 @@
                //console.info(temp)
                $.ajax({
                    type: "post",                 
                    url: "BattInfAction!update",
                    url: "../BattInfAction!update",
                    async:true,                
                    dataType:'text',
                    data:"json="+JSON.stringify(temp),