We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f5638e + 84e2055 commit dbd7ee0Copy full SHA for dbd7ee0
src/file_io/fileio.js
@@ -151,8 +151,8 @@ define([
151
fileExtension: "csv" // 확장자
152
};
153
this.fileResultState = {
154
- pathInputId : this.wrapSelector('#i1'),
155
- fileInputId : this.wrapSelector('#fileName')
+ pathInputId : this.wrapSelector('#vp_fileRead #i0'),
+ fileInputId : this.wrapSelector('#vp_fileRead #fileName')
156
157
}
158
@@ -256,6 +256,11 @@ define([
256
this.renderPage('Read');
257
this.renderPage('Write');
258
259
+ // initialize fileResultState
260
+ this.fileResultState = {
261
+ ...this.fileState['Read'].fileResultState
262
+ };
263
+
264
this.bindEvent();
265
266
0 commit comments