@zscreate/zhxy-app-component 1.0.383 → 1.0.384
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.
|
@@ -1462,12 +1462,12 @@ export default {
|
|
|
1462
1462
|
}
|
|
1463
1463
|
})
|
|
1464
1464
|
// 子表单有必填校验 判断有没有添加行, 没有添加行需要手动添加行, 让它触发校验
|
|
1465
|
-
tables.forEach(table => {
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
})
|
|
1465
|
+
//tables.forEach(table => {
|
|
1466
|
+
// const model = this.models[table.model]
|
|
1467
|
+
// if ( !model || ( Array.isArray(model) && model.length === 0 )) {
|
|
1468
|
+
// this.addToTableData(table, table.model, 'addModel')
|
|
1469
|
+
// }
|
|
1470
|
+
//})
|
|
1471
1471
|
},
|
|
1472
1472
|
/**
|
|
1473
1473
|
* @param {回调函数} fn 成功的回调函数
|