Skip to content

Commit 58d08e5

Browse files
committed
Update main.js
1 parent 397ae3f commit 58d08e5

File tree

1 file changed

+2
-0
lines changed
  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/js

1 file changed

+2
-0
lines changed

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/js/main.js

+2
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,8 @@
11771177

11781178
},
11791179

1180+
onClickSelectInput: function (item, index) {
1181+
isClickSelectInput = true;
11801182
this.selectInput(item, index, true);
11811183
},
11821184
selectInput: function (item, index, isDone) { // , isValue) {

0 commit comments

Comments
 (0)