if (params[0]) { // 数组 newList = this.formatFields(params) // 格式化数组 } else { // 对象 newArr.push(params) newList = this.formatFields(newArr) // 格式化数组 }