| @@ -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 | ||||
| }) | }) | ||||
| } | } | ||||
| @@ -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,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() | |||||
| }) | }) | ||||
| } | } | ||||
| }) | }) | ||||
| @@ -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(); | ||||
| @@ -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(); | |||||
| }); | }); | ||||
| } | } | ||||
| }); | }); | ||||
| @@ -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'] | ||||