Commit c92c28b9 by 韩达

fix

parent 8f54f0da
Showing with 3 additions and 3 deletions
......@@ -202,13 +202,13 @@ export default {
console.log(this.selectedLang);
let pdf_url = ""
if( selectedLang == 1 ){
if( this.selectedLang == 1 ){
pdf_url = "/api/purContract/pdf";
}
if( selectedLang == 2 ){
if( this.selectedLang == 2 ){
pdf_url = "/api/purContract/pdfHk";
}
if( selectedLang == 3 ){
if( this.selectedLang == 3 ){
pdf_url = "/api/purContract/pdfUs";
}
......
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 sign in to comment