@factoringplus/pl-components-pack-v3 0.4.69-pre-03 → 0.4.69-pre-04
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.
|
@@ -25500,7 +25500,9 @@ const _sfc_main$z = {
|
|
|
25500
25500
|
model: ruleForm,
|
|
25501
25501
|
ref_key: "refInput",
|
|
25502
25502
|
ref: refInput,
|
|
25503
|
-
rules: __props.rules
|
|
25503
|
+
rules: __props.rules,
|
|
25504
|
+
onSubmit: _cache[4] || (_cache[4] = withModifiers(() => {
|
|
25505
|
+
}, ["prevent"]))
|
|
25504
25506
|
}, {
|
|
25505
25507
|
default: withCtx(() => [
|
|
25506
25508
|
createElementVNode("div", {
|
|
@@ -37700,7 +37702,9 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37700
37702
|
"label-position": "top",
|
|
37701
37703
|
model: $data.ruleForm,
|
|
37702
37704
|
ref: "suggestion",
|
|
37703
|
-
rules: $props.rules
|
|
37705
|
+
rules: $props.rules,
|
|
37706
|
+
onSubmit: _cache[1] || (_cache[1] = withModifiers(() => {
|
|
37707
|
+
}, ["prevent"]))
|
|
37704
37708
|
}, {
|
|
37705
37709
|
default: withCtx(() => [
|
|
37706
37710
|
createVNode(_component_el_form_item, {
|
|
@@ -41645,7 +41649,9 @@ const _sfc_main$2 = {
|
|
|
41645
41649
|
model: ruleForm.value,
|
|
41646
41650
|
ref_key: "formSelect",
|
|
41647
41651
|
ref: formSelect,
|
|
41648
|
-
rules: __props.rules
|
|
41652
|
+
rules: __props.rules,
|
|
41653
|
+
onSubmit: _cache[2] || (_cache[2] = withModifiers(() => {
|
|
41654
|
+
}, ["prevent"]))
|
|
41649
41655
|
}, {
|
|
41650
41656
|
default: withCtx(() => [
|
|
41651
41657
|
createVNode(_component_el_form_item, {
|