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

@ -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;