|
|
@@ -2506,7 +2506,11 @@ let displayLevel = function (nodes, depth, type) {
|
|
|
|
|
|
// 数据接口
|
|
|
$("#open-export-modal").click(() => {
|
|
|
- $('#certifyDivForGX')[0].style.display = "none";
|
|
|
+ if (COMPILATION_NAME !== '广西养护(2020)') {
|
|
|
+ $('#certifyDivForGX')[0].style.display = "none";
|
|
|
+ } else {
|
|
|
+ $('#certifyDivForGX')[0].style.display = "";
|
|
|
+ }
|
|
|
CommonHeader.doAfterValidateVersion(
|
|
|
() => $("#interface-export-modal").modal("show"),
|
|
|
() => alert(`${commonUtil.getVersionText()}不提供此功能。`)
|