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() { closeFilter() {
this.dialogVisible = false this.dialogVisible = false
},executeAxios(url, type, data, callBack) { },executeAxios(url, type, data, callBack) {
const param = { this.$emit("execute-axios", url, type, data, callBack);
url: url,
type: type,
data: data,
callBack: callBack,
};
this.$emit("execute-axios", param);
}, },
changeFilter() { changeFilter() {
const { logic, items, errorMessage } = this.$refs.rowAuth.submit() const { logic, items, errorMessage } = this.$refs.rowAuth.submit()

View File

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

View File

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

View File

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

View File

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

View File

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