Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/8bbf54d40bbd9f6682b721bbe115ecbde8c1a1c8?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
16 additions and
0 deletions
@ -47,6 +47,7 @@
< th:block th:include = "include :: footer" / >
< script th:inline = "javascript" >
var listFlag = [[${@permission.hasPermi('system:change:detail')}]];
var sysSecretsTypeDatas = [[${@dict.getType('sys_secrets_type')}]];
var prefix = ctx + "system/change/list";
let datas = []
$.ajax({
@ -84,6 +85,13 @@
return getCity(datas, value)
}
},
{
field: 'secretsType',
title: '密品分类',
formatter: function(value, row, index) {
return $.table.selectDictLabel(sysSecretsTypeDatas, value);
}
},
{
field: 'useDepart',
title: '使用部门'
@ -47,6 +47,7 @@
< th:block th:include = "include :: footer" / >
< script th:inline = "javascript" >
var listFlag = [[${@permission.hasPermi('system:destory:detail')}]];
var sysSecretsTypeDatas = [[${@dict.getType('sys_secrets_type')}]];
var prefix = ctx + "system/propertyDestory/list";
let datas = []
$.ajax({
@ -84,6 +85,13 @@
return getCity(datas, value)
}
},
{
field: 'secretsType',
title: '密品分类',
formatter: function(value, row, index) {
return $.table.selectDictLabel(sysSecretsTypeDatas, value);
}
},
{
field: 'useDepart',
title: '使用部门'