diff --git a/src/views/luckGift/luckGiftSet.vue b/src/views/luckGift/luckGiftSet.vue index e71df86..908984b 100644 --- a/src/views/luckGift/luckGiftSet.vue +++ b/src/views/luckGift/luckGiftSet.vue @@ -214,6 +214,138 @@ 赠送 + 个人库存 + +
+ H + + + 编辑 +
+ +
+ J + + + 编辑 +
+ +
+ K1 + + + + + + + + + + + + + + + + + + + + + + + 编辑 +
+ +
+ K2 + + + + + + + + + + + + + + + + + + + + + + + 编辑 +
+ 额外数组
@@ -333,6 +465,38 @@ + + + +
+ {{ key }} + +
+ + +
+ { + if (res.code == 200) { + ElMessage({ + showClose: true, + message: "保存成功", + type: "success", + }); + this.multiEditDialog = false; + // this.detailsDialog = false; + this.getData(); + } else { + ElMessage({ + showClose: true, + message: res.message, + type: "error", + }); + } + }); + }, // 监听类型 handleChange (value) { this.inquire.value = value;