Commit 1bc29563 by 姜雷

修改运营商区域数据有运营商时通过运营商请求数据

parent 6b9193a5
......@@ -115,6 +115,9 @@ export default {
<style lang="scss">
.dashboard-area-popper {
.el-select-dropdown__list {
position: relative;
}
.out-input,
.inner-input {
display: inline-block;
......
......@@ -17,7 +17,7 @@ export default {
mounted() {
if (this.dashboardArea && !this.dashboardArea.length) {
this.fetchDashboardAreaList({
operateId: null,
operateId: this.operateId ? this.operateId : null,
});
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment