This commit is contained in:
devezhao 2021-11-15 22:42:29 +08:00
parent 03ad119034
commit 0d9cf7ef44
3 changed files with 10 additions and 4 deletions

2
@rbv

@ -1 +1 @@
Subproject commit 41c8f0bd69e3ae49d7b631c7e600305b0d4cdfe8
Subproject commit d5789f3030d5eded95c087b6b43c2b7656641951

View file

@ -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>

View file

@ -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()