From 13fce0842586880b3083ca8f9ba10d71af9b6bc9 Mon Sep 17 00:00:00 2001 From: ztt <835303992@qq.com> Date: Thu, 21 Mar 2024 23:54:33 +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, 2 insertions(+) diff --git a/public/assets/js/backend/shopro/coupon.js b/public/assets/js/backend/shopro/coupon.js index 19283c9..02fba3b 100755 --- a/public/assets/js/backend/shopro/coupon.js +++ b/public/assets/js/backend/shopro/coupon.js @@ -289,6 +289,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin }); Fast.api.open(`shopro/goods/goods/select?multiple=true&ids=${ids.join(',')}`, "选择商品", { callback(data) { + console.log(data) form.model.items_value = data; } }) @@ -304,6 +305,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin }); Fast.api.open(`shopro/category/select?from=coupon&multiple=true`, "选择分类", { callback(data) { + console.log(data) form.model.items_value = data.data; } })