|
|
@ -56,7 +56,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
option: { |
|
|
option: { |
|
|
size: 10, |
|
|
size: 10, |
|
|
auto: false, |
|
|
|
|
|
|
|
|
auto: true, |
|
|
emptyText: '暂无数据~', |
|
|
emptyText: '暂无数据~', |
|
|
background: '#F7F8FA' |
|
|
background: '#F7F8FA' |
|
|
}, |
|
|
}, |
|
|
@ -67,6 +67,10 @@ export default { |
|
|
if (options.id) { |
|
|
if (options.id) { |
|
|
this.condition.id = options.id |
|
|
this.condition.id = options.id |
|
|
this.getInfo(this.condition.id) |
|
|
this.getInfo(this.condition.id) |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
mounted() { |
|
|
|
|
|
if (this.condition.id) { |
|
|
this.downCallback() |
|
|
this.downCallback() |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|