Browse Source

init

newStyle
lancer 2 years ago
parent
commit
49da1b3a7e
6 changed files with 12 additions and 5 deletions
  1. +1
    -0
      src/views/Customer/AgentManagement.vue
  2. +2
    -0
      src/views/Customer/CompanyRecord.vue
  3. +4
    -2
      src/views/Customer/Companymanagement.vue
  4. +2
    -1
      src/views/admin/role/index.vue
  5. +1
    -0
      src/views/building/index.vue
  6. +2
    -2
      vue.config.js

+ 1
- 0
src/views/Customer/AgentManagement.vue View File

@@ -570,6 +570,7 @@ export default {
.then(res=>{
console.log(res);
this.$message.success('操作成功')
this.getAgentList()
this.operaVisible=false
})
}


+ 2
- 0
src/views/Customer/CompanyRecord.vue View File

@@ -529,6 +529,7 @@ export default {
.then(res=>{
this.$message.success('操作成功')
this.agentVisible=false
this.Screeningofempty()
})
}
})
@@ -547,6 +548,7 @@ export default {
console.log(res);
this.$message.success('操作成功')
this.operaVisible=false
this.Screeningofempty()
})
}
})


+ 4
- 2
src/views/Customer/Companymanagement.vue View File

@@ -4,10 +4,10 @@
<!-- 头 -->
<div class="app-top">
<div class="app-titel" style="margin-top: 5px">
<div v-if="orgType==0" class="label">代理商名称:</div>
<!-- <div v-if="orgType==0" class="label">代理商名称:</div>
<div v-if="orgType==0">
<el-input v-model="operatorName"></el-input>
</div>
</div> -->
<div class="label">公司名称:</div>
<div>
<el-input v-model="name"></el-input>
@@ -458,6 +458,7 @@ export default {
.then(res=>{
this.$message.success('操作成功')
this.agentVisible=false
this.Screeningofempty()
})
}
})
@@ -477,6 +478,7 @@ export default {
console.log(res);
this.$message.success('操作成功')
this.operaVisible=false
this.Screeningofempty()
})
}
})


+ 2
- 1
src/views/admin/role/index.vue View File

@@ -500,6 +500,7 @@ export default {
let obj = {
current: this.page.currentPage,
size: this.page.pageSize,
...this.searchMsg
};
if (this.tabselect == 0 || this.tabselect == 1) {
obj.orgCode = this.orgCode;
@@ -549,7 +550,7 @@ export default {
},
search() {
console.log(this.searchMsg, "搜索内容");
this.getList(this.searchMsg);
this.getList();
},
refreshChange() {
this.getList();


+ 1
- 0
src/views/building/index.vue View File

@@ -808,6 +808,7 @@ export default {
console.log(res);
this.$message.success("操作成功");
this.operaVisible = false;
this.zkhousePage();
});
}
});


+ 2
- 2
vue.config.js View File

@@ -5,9 +5,9 @@
// const url = 'http://pigx-gateway'
// const url = 'http://39.97.167.65:9999' //测试
// const url = 'http://192.168.31.169:9999' //长龙
const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.100:9999' //王笑
// const url = 'http://yuuapd.natappfree.cc' //王笑
const url = 'http://rymset.natappfree.cc' //王笑

const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css']


Loading…
Cancel
Save