|
@@ -200,7 +200,7 @@
|
|
if (valid) {
|
|
if (valid) {
|
|
this.formFarmId = this.dataForm.farmId
|
|
this.formFarmId = this.dataForm.farmId
|
|
this.$cookie.set('formFarmId', this.formFarmId)
|
|
this.$cookie.set('formFarmId', this.formFarmId)
|
|
- localStorage.setItem('formId', this.formFarmId);
|
|
|
|
|
|
+ localStorage.setItem('farmId', this.formFarmId);
|
|
this.dialogVisible = false
|
|
this.dialogVisible = false
|
|
}
|
|
}
|
|
})
|
|
})
|