This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
:items="selectLists.mapUrls"
|
||||
item-text="name"
|
||||
item-value="value"
|
||||
@input="mapUrlSelectionChanged"
|
||||
></v-select>
|
||||
</v-col>
|
||||
|
||||
@@ -263,6 +264,10 @@ export default {
|
||||
vm.darkMode ? "$ayiSun" : "$ayiMoon"
|
||||
);
|
||||
},
|
||||
mapUrlSelectionChanged(val) {
|
||||
this.obj.mapUrlTemplate = val;
|
||||
this.fieldValueChanged("mapUrlTemplate");
|
||||
},
|
||||
fieldValueChanged(ref) {
|
||||
if (!this.formState.loading && !this.formState.readOnly) {
|
||||
window.$gz.form.fieldValueChanged(this, ref);
|
||||
|
||||
Reference in New Issue
Block a user