#
lsh
2024-05-20 6518bf4d8246376cea35239e362f8a72c57dc12a
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) {