forked from github/dataease
commit
db373ab5b6
@ -303,7 +303,6 @@ export default {
|
||||
created() {
|
||||
this.initNameEnumName();
|
||||
this.filterListInit(this.item.deType)
|
||||
this.sysParamsIlnJudge(this.item.term)
|
||||
},
|
||||
methods: {
|
||||
confirm() {
|
||||
|
@ -70,11 +70,11 @@ export default {
|
||||
},
|
||||
submit() {
|
||||
this.errorMessage = '';
|
||||
this.$emit('save', {
|
||||
return {
|
||||
logic: this.logic,
|
||||
items: this.dfsSubmit(this.relationList),
|
||||
errorMessage: this.errorMessage,
|
||||
})
|
||||
errorMessage: this.errorMessage
|
||||
}
|
||||
},
|
||||
errorDetected({ enumValue, deType, filterType, term, value }) {
|
||||
if (filterType === "logic") {
|
||||
|
Loading…
Reference in New Issue
Block a user