#
lsh
2024-05-17 bed50f174c97679efdeaab0dbc1f25f78aa818cc
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) {