From e796245c2e785f0da51510fbaa90b831b418c34d Mon Sep 17 00:00:00 2001 From: ztt <835303992@qq.com> Date: Fri, 22 Mar 2024 00:51:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=94=80=E7=AD=89=E7=BA=A7=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=95=86=E5=93=81=E5=88=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/js/backend/shopro/coupon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/js/backend/shopro/coupon.js b/public/assets/js/backend/shopro/coupon.js index c8ccc3a..03cfc9c 100755 --- a/public/assets/js/backend/shopro/coupon.js +++ b/public/assets/js/backend/shopro/coupon.js @@ -426,7 +426,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin state.selected = JSON.parse(JSON.stringify(val)) console.log(val) console.log(JSON.parse(JSON.stringify(val))) - state.ids.push(state.selected) + state.ids = state.selected } function onConfirm() {