更新新的合同

This commit is contained in:
huangdeliang
2020-11-04 21:36:17 +08:00
parent 5cb99a12aa
commit 915fdd6917
5 changed files with 21 additions and 20 deletions

View File

@ -217,7 +217,6 @@
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;