Commit 09ef6491 authored by danfuman's avatar danfuman

修改

parent c3f0bd6a
...@@ -244,6 +244,8 @@ ...@@ -244,6 +244,8 @@
} }
companyAdd(data).then(res => { companyAdd(data).then(res => {
this.qyVisible=false; this.qyVisible=false;
this.companyName=''
this.dataList=[]
this.$message.success("新增成功"); this.$message.success("新增成功");
this.querySubmit() this.querySubmit()
}) })
......
...@@ -456,6 +456,7 @@ ...@@ -456,6 +456,7 @@
this.dialogVisible=true; this.dialogVisible=true;
break; break;
default: default:
this.$message.success("暂无详情");
break; break;
} }
this.getDetail(item.dimensionName,item.sourceId) this.getDetail(item.dimensionName,item.sourceId)
......
...@@ -436,6 +436,7 @@ ...@@ -436,6 +436,7 @@
this.dialogVisible=true; this.dialogVisible=true;
break; break;
default: default:
this.$message.success("暂无详情");
break; break;
} }
this.getDetail(item.dimensionName,item.sourceId) this.getDetail(item.dimensionName,item.sourceId)
......
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