@yoooloo42/joker 1.0.120 → 1.0.121

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.
package/dist/index.esm.js CHANGED
@@ -43274,7 +43274,7 @@ const hdl = {
43274
43274
  // 这里不能使用JSON.parse(JSON.stringify()),否则会切断modelValue_box的响应性
43275
43275
  modelValue_box.splice(0, modelValue_box.length, ...popup.formData);
43276
43276
  // 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
43277
- emit("update:modelValue", submittingValue);
43277
+ emit("update:modelValue", modelValue_box);
43278
43278
  popup.visible = false;
43279
43279
  }
43280
43280
  };