Commit 79778a54 authored by zhengke's avatar zhengke

修改

parent 3efe95bd
...@@ -350,7 +350,7 @@ ...@@ -350,7 +350,7 @@
</el-dialog> </el-dialog>
<el-dialog title="查看详情" :visible.sync="detailShow" width="800px"> <el-dialog title="查看详情" :visible.sync="detailShow" width="800px">
<detail :data="detailData" /> <detail :detailData="detailData" />
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button size="small" @click="detailShow = false">关 闭</el-button> <el-button size="small" @click="detailShow = false">关 闭</el-button>
</span> </span>
...@@ -738,7 +738,6 @@ ...@@ -738,7 +738,6 @@
this.apipost("/api/Miai/GetMiAiBaseIfo", msg, (res) => { this.apipost("/api/Miai/GetMiAiBaseIfo", msg, (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.detailData = res.data.data; this.detailData = res.data.data;
this.detailData.RealName = row.Name;
this.detailShow = true; this.detailShow = true;
} else { } else {
this.$message({ this.$message({
......
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