Commit 304f1c84 authored by huangjie's avatar huangjie

Merge branch 'zuhuduan' of http://192.168.60.201/root/dsk-operate-sys into zuhuduan

parents 63e29106 fbd57de6
...@@ -9,7 +9,8 @@ import java.util.Arrays; ...@@ -9,7 +9,8 @@ import java.util.Arrays;
* *
* @author dsk * @author dsk
*/ */
public class InvalidExtensionException extends FileUploadException //public class InvalidExtensionException extends FileUploadException
public class InvalidExtensionException extends RuntimeException
{ {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
......
...@@ -60,7 +60,6 @@ ...@@ -60,7 +60,6 @@
this.details=res.data; this.details=res.data;
}) })
infoMemberCount({combineId: this.customerId}).then(res=>{ infoMemberCount({combineId: this.customerId}).then(res=>{
console.log(res.data)
if(res.code==200){ if(res.code==200){
this.statisticObj = res.data this.statisticObj = res.data
} }
......
...@@ -377,13 +377,13 @@ export default { ...@@ -377,13 +377,13 @@ export default {
return this.$message.warning("抱歉,没找到相关数据,建议调整关键词或筛选条件,重新搜索") return this.$message.warning("抱歉,没找到相关数据,建议调整关键词或筛选条件,重新搜索")
} }
let item = this.searchList[0] let item = this.searchList[0]
this.$router.push({path:`/groupAccount/${item.combineId}?name=${item.combineName.replace(new RegExp("<font color='#FF204E'>", 'g'),'').replace(new RegExp("</font>", 'g'),'')}&cid=${item.combineMemberCid}`}) this.$router.push({path:`/groupAccount/${item.combineId}?name=${item.combineName.replace(new RegExp("<font color='#FF204E'>", 'g'),'').replace(new RegExp("</font>", 'g'),'')}`})
}, },
selCompany(item = this.searchList[0]){ selCompany(item = this.searchList[0]){
if(!item){ if(!item){
return this.$message.warning("抱歉,没找到相关数据,建议调整关键词或筛选条件,重新搜索") return this.$message.warning("抱歉,没找到相关数据,建议调整关键词或筛选条件,重新搜索")
} }
this.$router.push({path:`/groupAccount/${item.combineId}?name=${item.combineName.replace(new RegExp("<font color='#FF204E'>", 'g'),'').replace(new RegExp("</font>", 'g'),'')}&cid=${item.combineMemberCid}`}) this.$router.push({path:`/groupAccount/${item.combineId}?name=${item.combineName.replace(new RegExp("<font color='#FF204E'>", 'g'),'').replace(new RegExp("</font>", 'g'),'')}`})
}, },
} }
} }
......
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