@yoooloo42/joker 1.0.115 → 1.0.117

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
@@ -42346,7 +42346,7 @@ const hdl = {
42346
42346
  // 这里不能使用JSON.parse(JSON.stringify()),否则会切断modelValue_box的响应性
42347
42347
  modelValue_box.splice(0, modelValue_box.length, ...popup.formData);
42348
42348
  // 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
42349
- emit("update:modelValue", submittingValue);
42349
+ emit("update:modelValue", modelValue_box);
42350
42350
  popup.visible = false;
42351
42351
  }
42352
42352
  };
@@ -43348,7 +43348,7 @@ return (_ctx, _cache) => {
43348
43348
  _cache[2] || (_cache[2] = createElementVNode("td", null, "[未设置规格]", -1 /* CACHED */))
43349
43349
  ]))
43350
43350
  : createCommentVNode("v-if", true),
43351
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.value, (item, index) => {
43351
+ (openBlock(true), createElementBlock(Fragment, null, renderList(modelValue_box, (item, index) => {
43352
43352
  return (openBlock(), createElementBlock("tr", null, [
43353
43353
  createElementVNode("td", null, [
43354
43354
  (!__props.myProps.readOnly && index === 0)