This commit is contained in:
meimei
2025-04-18 16:16:51 +08:00
parent ee99adfb30
commit 45fabb8113
6 changed files with 6 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
title: __('查看二级项目列表'),
classname: 'btn btn-xs btn-success btn-dialog',
icon: 'fa fa-list',
url: 'firmstoreprojectstwo/index',
url: 'firmstoreprojectstwo/index?ids={ids}',
callback: function (data) {
Layer.alert("接收到回传数据:" + JSON.stringify(data), {title: "回传数据"});
},