去除uni-forms里的测试打印
This commit is contained in:
@@ -387,7 +387,6 @@ class SchemaValidator extends RuleValidator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async validateUpdate(data, allData) {
|
async validateUpdate(data, allData) {
|
||||||
console.log(allData);
|
|
||||||
let result = this._checkFieldInSchema(data)
|
let result = this._checkFieldInSchema(data)
|
||||||
if (!result) {
|
if (!result) {
|
||||||
result = await this.invokeValidateUpdate(data, false, allData)
|
result = await this.invokeValidateUpdate(data, false, allData)
|
||||||
|
|||||||
Reference in New Issue
Block a user