fix: 插件视图过滤器

This commit is contained in:
dataeaseShu 2023-12-22 12:21:03 +08:00
parent c9a7a9e8a6
commit 88fc3a12d3
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()