mirror of
https://github.com/dataease/dataease.git
synced 2026-06-11 15:27:02 +08:00
fix(X-Pack): 修复【数据填报】无法对新的组件设置设置数据更新规则的问题
This commit is contained in:
@@ -758,7 +758,7 @@ export default {
|
||||
forEach(this.formSettings.forms, f => {
|
||||
const temp = find(this.tempForms, tf => tf.id === f.id)
|
||||
if (temp) {
|
||||
f.settings.updateRuleCheck = temp.updateRuleCheck
|
||||
this.$set(f.settings, 'updateRuleCheck', temp.updateRuleCheck)
|
||||
}
|
||||
})
|
||||
this.closeEditCommitRule()
|
||||
|
||||
Reference in New Issue
Block a user