|
|
@@ -115,7 +115,12 @@ export default {
|
|
|
handler(val) {
|
|
|
if (val) {
|
|
|
this.form = val
|
|
|
- console.log(this.form.type, typeof this.form.type)
|
|
|
+ if (this.form.contractsStatus === -1) {
|
|
|
+ this.form.contractsStatus = ''
|
|
|
+ }
|
|
|
+ if (this.form.type === -1) {
|
|
|
+ this.form.type = ''
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
immediate: true
|