Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/制造代码优化

# Conflicts:
#	jikimo_frontend/static/src/js/custom_form_status_indicator.js
This commit is contained in:
mgw
2024-03-25 16:18:42 +08:00

View File

@@ -83,9 +83,9 @@ patch(FormStatusIndicator.prototype, 'jikimo_frontend.FormStatusIndicator', {
); );
patch(Field.prototype, 'jikimo_frontend.Field', { patch(Field.prototype, 'jikimo_frontend.Field', {
setup() { setup() {
owl.onMounted(this.setRequired); owl.onMounted(this.setRequired);
return this._super(...arguments); return this._super(...arguments);
}, },
setRequired() { setRequired() {
const id = this.props.id const id = this.props.id
const isRequired = filedRequiredList[id] const isRequired = filedRequiredList[id]