bm-admin-ui 1.0.72-alpha → 1.0.73-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -20593,6 +20593,7 @@ var table = {
|
|
|
20593
20593
|
change(inject, value) {
|
|
20594
20594
|
const rule = inject.self;
|
|
20595
20595
|
inject.api.form[rule.field] = value;
|
|
20596
|
+
inject.api.emit('update:modelValue', inject.api.form);
|
|
20596
20597
|
},
|
|
20597
20598
|
},
|
|
20598
20599
|
validate: [
|
|
@@ -20619,6 +20620,7 @@ var table = {
|
|
|
20619
20620
|
change(inject, value) {
|
|
20620
20621
|
const rule = inject.self;
|
|
20621
20622
|
inject.api.form[rule.field] = value;
|
|
20623
|
+
inject.api.emit('update:modelValue', inject.api.form);
|
|
20622
20624
|
},
|
|
20623
20625
|
},
|
|
20624
20626
|
validate: [
|
|
@@ -20604,6 +20604,7 @@ var table = {
|
|
|
20604
20604
|
change(inject, value) {
|
|
20605
20605
|
const rule = inject.self;
|
|
20606
20606
|
inject.api.form[rule.field] = value;
|
|
20607
|
+
inject.api.emit('update:modelValue', inject.api.form);
|
|
20607
20608
|
},
|
|
20608
20609
|
},
|
|
20609
20610
|
validate: [
|
|
@@ -20630,6 +20631,7 @@ var table = {
|
|
|
20630
20631
|
change(inject, value) {
|
|
20631
20632
|
const rule = inject.self;
|
|
20632
20633
|
inject.api.form[rule.field] = value;
|
|
20634
|
+
inject.api.emit('update:modelValue', inject.api.form);
|
|
20633
20635
|
},
|
|
20634
20636
|
},
|
|
20635
20637
|
validate: [
|