#
lsh
2024-05-17 bed50f174c97679efdeaab0dbc1f25f78aa818cc
#
1个文件已修改
4 ■■■■ 已修改文件
src/main/webapp/views/deviceOperate/rgvOperate.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/deviceOperate/rgvOperate.html
@@ -188,7 +188,7 @@
                    emptyContainer:null
                },
                formParamD: {
                    rgvNo: null,
                    rgvNo: 1,
                    sourceStaNo: null,
                    sourceRow: 1,
                    sourceBay: 0,
@@ -361,7 +361,7 @@
                            headers: {
                                'token': localStorage.getItem('token')
                            },
                            data: this.formParam,
                            data: this.formParamD,
                            method: 'POST',
                            success: function (res) {
                                if (res.code == 200) {