Merge pull request #7287 from dataease/pr@dev_one_dot_x

fix: 插件视图过滤器
This commit is contained in:
dataeaseShu 2023-12-22 12:21:32 +08:00 committed by GitHub
commit ad48608e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 42 deletions

View File

@ -56,13 +56,7 @@ export default {
closeFilter() {
this.dialogVisible = false
},executeAxios(url, type, data, callBack) {
const param = {
url: url,
type: type,
data: data,
callBack: callBack,
};
this.$emit("execute-axios", param);
this.$emit("execute-axios", url, type, data, callBack);
},
changeFilter() {
const { logic, items, errorMessage } = this.$refs.rowAuth.submit()

View File

@ -56,13 +56,7 @@ export default {
closeFilter() {
this.dialogVisible = false
},executeAxios(url, type, data, callBack) {
const param = {
url: url,
type: type,
data: data,
callBack: callBack,
};
this.$emit("execute-axios", param);
this.$emit("execute-axios", url, type, data, callBack);
},
changeFilter() {
const { logic, items, errorMessage } = this.$refs.rowAuth.submit()

View File

@ -56,13 +56,7 @@ export default {
closeFilter() {
this.dialogVisible = false
},executeAxios(url, type, data, callBack) {
const param = {
url: url,
type: type,
data: data,
callBack: callBack,
};
this.$emit("execute-axios", param);
this.$emit("execute-axios", url, type, data, callBack);
},
changeFilter() {
const { logic, items, errorMessage } = this.$refs.rowAuth.submit()

View File

@ -56,13 +56,7 @@ export default {
closeFilter() {
this.dialogVisible = false
},executeAxios(url, type, data, callBack) {
const param = {
url: url,
type: type,
data: data,
callBack: callBack,
};
this.$emit("execute-axios", param);
this.$emit("execute-axios", url, type, data, callBack);
},
changeFilter() {
const { logic, items, errorMessage } = this.$refs.rowAuth.submit()

View File

@ -56,13 +56,7 @@ export default {
closeFilter() {
this.dialogVisible = false
},executeAxios(url, type, data, callBack) {
const param = {
url: url,
type: type,
data: data,
callBack: callBack,
};
this.$emit("execute-axios", param);
this.$emit("execute-axios", url, type, data, callBack);
},
changeFilter() {
const { logic, items, errorMessage } = this.$refs.rowAuth.submit()

View File

@ -56,13 +56,7 @@ export default {
closeFilter() {
this.dialogVisible = false
},executeAxios(url, type, data, callBack) {
const param = {
url: url,
type: type,
data: data,
callBack: callBack,
};
this.$emit("execute-axios", param);
this.$emit("execute-axios", url, type, data, callBack);
},
changeFilter() {
const { logic, items, errorMessage } = this.$refs.rowAuth.submit()