feat: 参数配置四个版本排版-_-||
This commit is contained in:
@@ -239,7 +239,6 @@ let arrayState: ArrayStateType = reactive({
|
||||
|
||||
/**多列表编辑 */
|
||||
function arrayEdit(item: Record<string, any>, index: number) {
|
||||
console.log(item, index);
|
||||
const row: Record<string, any> = {};
|
||||
for (const v of item.record) {
|
||||
row[v.name] = Object.assign({}, v);
|
||||
@@ -521,7 +520,6 @@ function arrayChildExpandClose() {
|
||||
|
||||
/**多列表嵌套行编辑 */
|
||||
function arrayChildEdit(item: Record<string, any>, index: number) {
|
||||
console.log(item, index);
|
||||
const row: Record<string, any> = {};
|
||||
for (const v of item.record) {
|
||||
row[v.name] = Object.assign({}, v);
|
||||
|
||||
Reference in New Issue
Block a user