@zscreate/zhxy-app-component 1.0.395 → 1.0.396
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1484,13 +1484,13 @@ export default {
|
|
|
1484
1484
|
}
|
|
1485
1485
|
})
|
|
1486
1486
|
// 子表单有必填校验 判断有没有添加行, 没有添加行需要手动添加行, 让它触发校验
|
|
1487
|
-
tables.forEach(table => {
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
})
|
|
1487
|
+
// tables.forEach(table => {
|
|
1488
|
+
// if (!table.options.requiredAddDefaultRow) return
|
|
1489
|
+
// const model = this.models[table.model]
|
|
1490
|
+
// if ( !model || ( Array.isArray(model) && model.length === 0 )) {
|
|
1491
|
+
// this.addToTableData(table, table.model, 'addModel')
|
|
1492
|
+
// }
|
|
1493
|
+
// })
|
|
1494
1494
|
},
|
|
1495
1495
|
/**
|
|
1496
1496
|
* @param {回调函数} fn 成功的回调函数
|
package/package.json
CHANGED
package/components/.DS_Store
DELETED
|
Binary file
|
|
Binary file
|