diff --git a/src/views/communicationmanage/basiccard/basiccard.vue b/src/views/communicationmanage/basiccard/basiccard.vue index 7151499..ecda327 100644 --- a/src/views/communicationmanage/basiccard/basiccard.vue +++ b/src/views/communicationmanage/basiccard/basiccard.vue @@ -684,6 +684,17 @@ export default { } } }, + "excelForm.$tenantId"() { + const columns = this.findObject(this.excelOption.column, "flowPoolId"); + if (this.excelForm.$tenantId != undefined) { + if (this.excelForm.$tenantId.indexOf("电信") != -1) { + columns.display = false; + this.excelForm.flowPoolId = ""; + } else { + columns.display = true; + } + } + }, }, methods: { //详情