mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20:39:48 +08:00
fix set field definitions (#389)
This commit is contained in:
parent
acedbb88de
commit
a589941a30
@ -1016,7 +1016,7 @@ export default {
|
||||
},
|
||||
getFieldDefinition(fieldDefinition, row) {
|
||||
let styleSheet = ''
|
||||
if (fieldDefinition && (fieldDefinition.id !== null || fieldDefinition.conditionsList.length)) {
|
||||
if (fieldDefinition && (!this.isEmptyValue(fieldDefinition.id) || fieldDefinition.conditionsList.length)) {
|
||||
fieldDefinition.conditionsList.forEach(condition => {
|
||||
const columns = evaluator.parseDepends(condition.condition)
|
||||
let conditionLogic = condition.condition
|
||||
|
Loading…
x
Reference in New Issue
Block a user