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