Browse Source

init

newStyle
lancer 2 years ago
parent
commit
c025dfc259
2 changed files with 8 additions and 5 deletions
  1. +3
    -0
      src/views/Customer/label.vue
  2. +5
    -5
      src/views/Statistics/dataScreeSys.vue

+ 3
- 0
src/views/Customer/label.vue View File

@@ -601,6 +601,9 @@ export default {
data: this.frosasd,
}).then((res) => {
if (res.code == 0) {
this.getHouse()
that.isshowage=false;
return
that.treeList.forEach((item, index) => {
item.children.forEach((asd, indexesd) => {
if (asd.id == that.frosasd.id) {


+ 5
- 5
src/views/Statistics/dataScreeSys.vue View File

@@ -31,7 +31,7 @@
>
</el-option>
</el-select>
<div style="margin-left: 26px" v-if="selValue == 1 || operaFlag">
<div style="margin-left: 26px" v-if="selValue == 1">
<el-select
v-model="choicValue"
@change="valuechange"
@@ -48,7 +48,7 @@
</el-option>
</el-select>
</div>
<div style="margin-left: 26px" v-if="selValue == 0 || operaFlag">
<div style="margin-left: 26px" v-if="selValue == 0">
<el-select
v-model="choicValue"
@change="valuechange"
@@ -708,9 +708,9 @@ export default {
});
this.selValue = "-1";
this.agentissow = true;
this.operaFlag = false;
// this.operaFlag = false;
} else {
this.operaFlag = true;
// this.operaFlag = true;
}
this.getList();
// this.tabtimetap(4);
@@ -880,7 +880,7 @@ export default {
// 当选择的代理商或者楼盘切换时
selChange(e) {
if (e == -1) {
this.operaFlag = false;
// this.operaFlag = false;
this.agentissow = true;
return;
}


Loading…
Cancel
Save