fix: 视图过滤

This commit is contained in:
dataeaseShu 2023-12-21 17:55:43 +08:00
parent e5a5bd2a8a
commit 1fa7285f34
2 changed files with 3 additions and 4 deletions

View File

@ -303,7 +303,6 @@ export default {
created() {
this.initNameEnumName();
this.filterListInit(this.item.deType)
this.sysParamsIlnJudge(this.item.term)
},
methods: {
confirm() {

View File

@ -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") {