修复BUG: 修复系统配置只返回10个bug

pull/71/head
李强 2022-08-21 16:38:40 +08:00
parent bf6bc71b95
commit cf6c7814b6
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ export default {
//
getInit () {
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
this.formList = data
const form = {}