Administrator
2025-08-20 ec42e8de80fcd0b52e698ea598fb3330fb8802e1
src/main/resources/templates/febs/views/modules/ai/productQuestion/list.html
@@ -185,7 +185,7 @@
                productSwitch(data.value,0);
            }
        })
        function productSwitch(id,type,state) {
        function productSwitch(id,state) {
            febs.get(ctx + 'admin/productQuestion/changeState/' + id+'/' + state, null, function (data) {
                febs.alert.success(data.message);
                $query.click();