浏览代码

init

newStyle
lancer 4 年前
父节点
当前提交
49da1b3a7e
共有 6 个文件被更改,包括 12 次插入5 次删除
  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 查看文件

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


+ 2
- 0
src/views/Customer/CompanyRecord.vue 查看文件

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


+ 4
- 2
src/views/Customer/Companymanagement.vue 查看文件

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


+ 2
- 1
src/views/admin/role/index.vue 查看文件

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


+ 1
- 0
src/views/building/index.vue 查看文件

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


+ 2
- 2
vue.config.js 查看文件

@@ -5,9 +5,9 @@
// const url = 'http://pigx-gateway' // const url = 'http://pigx-gateway'
// const url = 'http://39.97.167.65:9999' //测试 // const url = 'http://39.97.167.65:9999' //测试
// const url = 'http://192.168.31.169: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://192.168.31.100:9999' //王笑
// const url = 'http://yuuapd.natappfree.cc' //王笑
const url = 'http://rymset.natappfree.cc' //王笑


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


正在加载...
取消
保存