File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed
src/views/datax/json-build/reader Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,11 @@ export default {
193
193
}
194
194
return this .readerForm
195
195
}
196
+ },
197
+ watch: {
198
+ ' readerForm.datasourceId ' : function (oldVal , newVal ) {
199
+ this .getTables (' reader' )
200
+ }
196
201
}
197
202
}
198
203
</script >
Original file line number Diff line number Diff line change @@ -186,6 +186,11 @@ export default {
186
186
}
187
187
return this .readerForm
188
188
}
189
+ },
190
+ watch: {
191
+ ' readerForm.datasourceId ' : function (oldVal , newVal ) {
192
+ this .getTables (' reader' )
193
+ }
189
194
}
190
195
}
191
196
</script >
Original file line number Diff line number Diff line change @@ -159,6 +159,11 @@ export default {
159
159
}
160
160
return this .readerForm
161
161
}
162
+ },
163
+ watch: {
164
+ ' readerForm.datasourceId ' : function (oldVal , newVal ) {
165
+ this .getTables (' reader' )
166
+ }
162
167
}
163
168
}
164
169
</script >
Original file line number Diff line number Diff line change @@ -175,6 +175,11 @@ export default {
175
175
}
176
176
return this .readerForm
177
177
}
178
+ },
179
+ watch: {
180
+ ' readerForm.datasourceId ' : function (oldVal , newVal ) {
181
+ this .getTables (' reader' )
182
+ }
178
183
}
179
184
}
180
185
</script >
You can’t perform that action at this time.
0 commit comments