@@ -183,6 +183,10 @@
this.close()
},
+ getFormFieldValue(field) {
+ return this.form.getFieldValue(field)
+ },
+
}