refactor: jira模板不支持的字段不显示
This commit is contained in:
parent
4a8afa9449
commit
0497a7b553
|
@ -7,11 +7,9 @@ public class LicenseUtils {
|
|||
try {
|
||||
Class<?> aClass = Class.forName("io.metersphere.xpack.license.util.LicenseCache");
|
||||
Method get = aClass.getMethod("valid");
|
||||
System.out.println("====");
|
||||
return (boolean) get.invoke(null);
|
||||
} catch (Exception e) {
|
||||
LogUtil.error(e);
|
||||
e.printStackTrace();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 23fd955ff25ccf19f115c9d37a970e0caba6986d
|
||||
Subproject commit 2165b7cc0b0358b0b792bc06ff25570dbb230a5c
|
|
@ -109,7 +109,9 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
issueId:'',
|
||||
result: {},
|
||||
result: {
|
||||
loading: false
|
||||
},
|
||||
relateFields: [],
|
||||
showFollow:false,
|
||||
formLabelWidth: "150px",
|
||||
|
|
Loading…
Reference in New Issue