*
lsh
2025-10-22 41e4860f065a13b00441deff45455b62d3787e2c
src/main/webapp/views/index.html
@@ -636,7 +636,9 @@
                            method: 'POST',
                            success: function (res) {
                                if (res.code === 200) {
                                    that.valueSystem = res.data.status;
                                    that.$message.success(`状态更新成功`);
                                } else {
                                    that.$message.error('状态更新失败');
                                }
                            }
                        });