自动化立体仓库 - WCS系统
*
lsh
2024-10-23 d14e024c23bb32162725af7cb5405cbd97b575f0
*
1个文件已修改
14 ■■■■ 已修改文件
src/main/webapp/views/index.html 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/index.html
@@ -366,20 +366,12 @@
                    }
                    $.ajax({
                        url: baseUrl + "/console/system/switch",
                        headers: {
                            'token': localStorage.getItem('token')
                        },
                        data: {
                            operatorType : operatorTypeI
                        },
                        headers: {'token': localStorage.getItem('token')},
                        data: {operatorType : operatorTypeI},
                        method: 'POST',
                        success: function (res) {
                            if (res.code === 200) {
                                if (res.data.status) {
                                    that.valueSystem = true;
                                } else {
                                    that.valueSystem = false;
                                }
                                that.valueSystem = res.data.status;
                            }
                        }
                    });