Commit 719901cd by SunJie

show

parent ce3590de
......@@ -151,7 +151,7 @@ export default {
const arg = Utils.flatObject(this.model);
Api.post("ditopn/executeDefault/didgrp.rec.avbby", arg).then(
(res) => {
if (res.respCode = "AAAAAA"){
if (res.respCode == "AAAAAA"){
Utils.copyValueFromVO(this.model, res.data);
}
}
......
......@@ -3,7 +3,7 @@
<div style="height:800px;overflow:auto">
<embed v-if="this.model.docXML!=''" :src="pdf" type="application/pdf" height="100%" width="100%"/>
<el-col :offset="4"><pre >{{this.model.docTXT}}</pre></el-col>
<el-col><pre >{{this.model.docTXT}}</pre></el-col>
</div>
</div>
......
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