|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="purchase-contract-sign" v-loading="isLoading">
|
|
|
+ <div class="purchase-contract-sign">
|
|
|
<el-form
|
|
|
ref="ruleFormRef"
|
|
|
:model="ruleForm"
|
|
@@ -152,7 +152,7 @@ export default {
|
|
|
if(flag) {
|
|
|
this.isLoading = true
|
|
|
if(this.$route.query.isChange || this.$route.query.isChange) {
|
|
|
- submitChangeSign({ businessKey: this.$route.query.infoId, ...this.ruleForm }).then(() => {
|
|
|
+ submitChangeSign({ businessKey: this.$route.query.infoId, Loading: true, ...this.ruleForm }).then(() => {
|
|
|
this.isLoading = false
|
|
|
this.$message.success('提交成功')
|
|
|
this.$router.go(-1)
|
|
@@ -160,7 +160,7 @@ export default {
|
|
|
this.isLoading = false
|
|
|
})
|
|
|
} else {
|
|
|
- submitSign({ businessKey: this.$route.query.infoId, ...this.ruleForm }).then(() => {
|
|
|
+ submitSign({ businessKey: this.$route.query.infoId, Loading: true, ...this.ruleForm }).then(() => {
|
|
|
this.isLoading = false
|
|
|
this.$message.success('提交成功')
|
|
|
this.$router.go(-1)
|