Commit 5ed5fb80 by SunJie

面函

parent 3419edff
......@@ -361,16 +361,14 @@ export default {
rtnmsg.data.trnmod_trndoc_doceot[index].doctxt.rows.forEach(element => {
window.sessionStorage.docTXT +=element+"\r\n"
});
console.log( window.sessionStorage.docTXT);
}
else if(row.pandsc=="MT799"){
window.sessionStorage.docTXT = ''
XMLdata = rtnmsg.data.litbenl1blk
}
console.log( window.sessionStorage.docTXT);
console.log( window.sessionStorage.docXML);
window.open(viewurl, 'newwindow', 'height=1200,width=800,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no');
}
this.dialogOpen=true
......
......@@ -55,6 +55,8 @@ module.exports = (options = {}) => ({
extensions: ['.js', '.vue', '.json', '.css']
},
devServer: {
open:true,
openPage:"#/login",
host: '127.0.0.1',
port: 8010,
proxy: {
......
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