Commit 43e7db8b by liaoxing

交易快照 display 修改

parent 8c5076a9
...@@ -225,7 +225,7 @@ export default { ...@@ -225,7 +225,7 @@ export default {
Api.post('/service/trnrel/getTrnNameByInr', params).then((res) => { Api.post('/service/trnrel/getTrnNameByInr', params).then((res) => {
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
const trnName = res.data.toLowerCase(); const trnName = res.data.toLowerCase();
let viewurl = "/#/business-new/" + trnName + "?trn=" + inr let viewurl = "/#/display/" + trnName + "?trn=" + inr
window.open(viewurl, 'newwindow', 'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'); window.open(viewurl, 'newwindow', 'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no');
} }
}); });
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
</template> </template>
<script> <script>
import businessContainer from "../Business" import businessContainer from "../../business"
import { mapMutations } from 'vuex' import { mapMutations } from 'vuex'
export default { export default {
name: "Display", name: "Display",
......
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