|
@@ -302,9 +302,11 @@ export default {
|
|
|
return this.supplySystems.find(s => s.id === this.form.distributionSystemId)
|
|
return this.supplySystems.find(s => s.id === this.form.distributionSystemId)
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- mounted() {
|
|
|
|
|
|
|
+ created() {
|
|
|
this.editorConfig.MENU_CONF.uploadImage.server = this.uploadActionUrl
|
|
this.editorConfig.MENU_CONF.uploadImage.server = this.uploadActionUrl
|
|
|
this.editorConfig.MENU_CONF.uploadImage.headers = this.uploadHeaders
|
|
this.editorConfig.MENU_CONF.uploadImage.headers = this.uploadHeaders
|
|
|
|
|
+ },
|
|
|
|
|
+ mounted() {
|
|
|
this.loadSupplySystems()
|
|
this.loadSupplySystems()
|
|
|
this.loadPredefinedFields()
|
|
this.loadPredefinedFields()
|
|
|
if (this.isEdit) {
|
|
if (this.isEdit) {
|