#
whycq
2023-02-19 25bf31e883fc8b02d14ad342ed1e5a955661ffd7
src/main/webapp/views/pipeline.html
@@ -229,6 +229,7 @@
            headers: {'token': localStorage.getItem('token')},
            method: 'GET',
            success: function (res) {
                console.log(res)
                if (res.code === 200){
                    ioModeData = res.data;
                    ioModeData.forEach(function (e) {