大屏
This commit is contained in:
@@ -227,7 +227,7 @@
|
|||||||
this.instance.post(this.options.api).then(res => {
|
this.instance.post(this.options.api).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
if (res.data.length) {
|
if (res.data.length) {
|
||||||
if (this.options.type === 'table') {
|
if (this.options.type === 'table') {
|
||||||
const keys = Object.keys(res.data[0])
|
const keys = Object.keys(res.data[0])
|
||||||
const list = res.data
|
const list = res.data
|
||||||
this.options.apiData = keys.map(v => {
|
this.options.apiData = keys.map(v => {
|
||||||
|
|||||||
Reference in New Issue
Block a user