修复BUG: 修复系统配置只返回10个bug
parent
bf6bc71b95
commit
cf6c7814b6
|
@ -303,7 +303,7 @@ export default {
|
||||||
// 获取数据
|
// 获取数据
|
||||||
getInit () {
|
getInit () {
|
||||||
const that = this
|
const that = this
|
||||||
api.GetList({ parent: this.options.id }).then(res => {
|
api.GetList({ parent: this.options.id, limit: 999 }).then(res => {
|
||||||
const { data } = res.data
|
const { data } = res.data
|
||||||
this.formList = data
|
this.formList = data
|
||||||
const form = {}
|
const form = {}
|
||||||
|
|
Loading…
Reference in New Issue