Merge branch 'master' of gitee.com:darlk/ShengTangMange into develop

This commit is contained in:
德仔
2020-11-04 21:19:05 +08:00
committed by Gitee
2 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class SysContractServiceImpl implements ISysContractService {
// String templatePath = "/Users/wonder/Documents/Workspaces/java/RuoYi-Vue/running/pdf/contract.pdf";
// String filePath = "/Users/wonder/Documents/Workspaces/java/RuoYi-Vue/running" + sysContract.getPath();
String templatePath = "/home/workspace/RuoYi-Vue/running/pdf/contract.pdf";
String filePath = "/home/www/web/long.busyinn.com" + sysContract.getPath();
String filePath = "/home/web/manage.shengtangdiet.com" + sysContract.getPath();
PdfReader reader;
FileOutputStream out;

View File

@ -217,6 +217,7 @@
submitForm() {
this.$refs["form"].validate(valid => {
if (valid) {
this.form.name = this.form.cusName;
signContract(this.form).then(result => {
if (result.code === 200) {
window.location.href = window.location.origin + result.url;