app.23f8b31d.js:1 TypeError: Cannot read properties of undefined (reading 'load')
at Oe.analysisApi (app.23f8b31d.js:1:175228)
at Oe.createGroupElement (app.23f8b31d.js:1:174943)
at app.23f8b31d.js:1:171684
at app.23f8b31d.js:1:249418
问题
写法不对 @RequestParam()
中 value
和 name
属性写一个就行
public ResponseInfo<List<ArCategoryVO>> getByCode(@RequestParam(value = "code") @Valid String code) {
}