form-custom-test 3.0.87 → 3.0.88

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.
@@ -68175,13 +68175,13 @@ function registerIcon(app) {
68175
68175
  if (typeof window !== "undefined") {
68176
68176
  let loadSvg = function() {
68177
68177
  var body = document.body;
68178
- var svgDom = document.getElementById("__svg__icons__dom__1775622777429__");
68178
+ var svgDom = document.getElementById("__svg__icons__dom__1775623015771__");
68179
68179
  if (!svgDom) {
68180
68180
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68181
68181
  svgDom.style.position = "absolute";
68182
68182
  svgDom.style.width = "0";
68183
68183
  svgDom.style.height = "0";
68184
- svgDom.id = "__svg__icons__dom__1775622777429__";
68184
+ svgDom.id = "__svg__icons__dom__1775623015771__";
68185
68185
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68186
68186
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68187
68187
  }
@@ -74559,8 +74559,10 @@ const _sfc_main$c = {
74559
74559
  fieldModel: {
74560
74560
  handler(newVal) {
74561
74561
  if (typeof newVal === "string" && newVal.includes("_RADIO_OTHER_")) {
74562
+ console.log(newVal, "newVal");
74562
74563
  const [radio, input] = newVal.split("&");
74563
- this.radioValue = radio;
74564
+ console.log(radio, input, "radio, input");
74565
+ this.radioValue = radio || "_RADIO_OTHER_";
74564
74566
  this.inputValue = input;
74565
74567
  } else {
74566
74568
  this.radioValue = newVal;
@@ -74568,8 +74570,7 @@ const _sfc_main$c = {
74568
74570
  }
74569
74571
  }
74570
74572
  },
74571
- immediate: true,
74572
- deep: true
74573
+ immediate: true
74573
74574
  },
74574
74575
  created() {
74575
74576
  this.initOptionItems();