Merge pull request #7270 from dataease/pr@dev_one_dot_x

fix: 视图过滤
This commit is contained in:
dataeaseShu 2023-12-21 17:56:32 +08:00 committed by GitHub
commit db373ab5b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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") {