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('状态更新失败'); } } });