|
@@ -120,7 +120,9 @@ export default {
|
|
formData: {},
|
|
formData: {},
|
|
formRules: {},
|
|
formRules: {},
|
|
shenheBool: false,
|
|
shenheBool: false,
|
|
- form: {}
|
|
|
|
|
|
+ form: {
|
|
|
|
+ status: 'OK'
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
@@ -502,6 +504,7 @@ export default {
|
|
},
|
|
},
|
|
shenheClose() {
|
|
shenheClose() {
|
|
this.shenheBool = false
|
|
this.shenheBool = false
|
|
|
|
+ this.form = { status: true }
|
|
},
|
|
},
|
|
shenhequeding() {
|
|
shenhequeding() {
|
|
websitContractSignConfirm({
|
|
websitContractSignConfirm({
|