更新上传校验逻辑
parent
d08fba52d2
commit
2a53c41f31
|
|
@ -80,7 +80,7 @@
|
||||||
this.setData({
|
this.setData({
|
||||||
form_value: list,
|
form_value: list,
|
||||||
});
|
});
|
||||||
const { is_error = '0', error_text = '' } = get_format_checks(com_data, list);
|
const { is_error = '0', error_text = '' } = get_format_checks(this.com_data, list);
|
||||||
this.$emit('dataCheck', { is_error, error_text, value: list, id: this.propDataId });
|
this.$emit('dataCheck', { is_error, error_text, value: list, id: this.propDataId });
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue