ol-base-components 2.8.9 → 2.8.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -519,7 +519,7 @@ export default {
|
|
|
519
519
|
// 从 IndexedDB 中获取 Swagger 数据
|
|
520
520
|
getData()
|
|
521
521
|
.then(async swaggerData => {
|
|
522
|
-
|
|
522
|
+
let swaggerColumns =
|
|
523
523
|
swaggerData.paths[this.url].get.responses["200"].content["application/json"].schema
|
|
524
524
|
.properties.items.items.properties;
|
|
525
525
|
|