必填的项增加星号

This commit is contained in:
RuoYi
2019-12-31 16:34:24 +08:00
parent 1c6e5cf665
commit 2d55917f2e
33 changed files with 96 additions and 91 deletions

View File

@ -77,12 +77,12 @@
});
initChildTable = function(index, row, $detail) {
var cur_table = $detail.html('<table style="table-layout:fixed"></table>').find('table');
$(cur_table).bootstrapTable({
var childTable = $detail.html('<table style="table-layout:fixed"></table>').find('table');
$(childTable).bootstrapTable({
url: prefix + "/list",
method: 'post',
sidePagination: "server",
contentType: "application/x-www-form-urlencoded", // 编码类型
contentType: "application/x-www-form-urlencoded",
queryParams : {
userName: '测试8'
},