mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-23 13:55:08 +08:00
better
This commit is contained in:
parent
03ad119034
commit
0d9cf7ef44
3 changed files with 10 additions and 4 deletions
2
@rbv
2
@rbv
|
@ -1 +1 @@
|
|||
Subproject commit 41c8f0bd69e3ae49d7b631c7e600305b0d4cdfe8
|
||||
Subproject commit d5789f3030d5eded95c087b6b43c2b7656641951
|
4
pom.xml
4
pom.xml
|
@ -322,7 +322,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.oshi</groupId>
|
||||
<artifactId>oshi-core</artifactId>
|
||||
<version>5.8.2</version>
|
||||
<version>5.8.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jsoup</groupId>
|
||||
|
@ -423,7 +423,7 @@
|
|||
<dependency>
|
||||
<groupId>org.redisson</groupId>
|
||||
<artifactId>redisson</artifactId>
|
||||
<version>3.16.3</version>
|
||||
<version>3.16.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
|
|
@ -124,7 +124,13 @@ const AdvFilters = {
|
|||
},
|
||||
|
||||
showAdvFilter(id, useCopyId) {
|
||||
const props = { entity: this.__entity, inModal: true, fromList: true, confirm: this.saveFilter }
|
||||
const props = {
|
||||
entity: this.__entity,
|
||||
inModal: true,
|
||||
fromList: true,
|
||||
confirm: this.saveFilter,
|
||||
}
|
||||
|
||||
if (!id) {
|
||||
if (this.__customAdv) {
|
||||
this.__customAdv.show()
|
||||
|
|
Loading…
Reference in a new issue