src/main/webapp/static/js/cstmr/cstmr.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/static/js/cstmr/cstmr.js
@@ -431,6 +431,13 @@ } } }); }, on: function (data) { let arr = data.arr if (arr.length > 0) { let name = arr[0].name; console.log(name) } } }); }