|
@@ -277,7 +277,7 @@ export default function SyncTaskAdd() {
|
|
|
const writer_tables = [writer_form['datasource_table']]
|
|
|
const writer_filename = writer_form['writer_filename']
|
|
|
const reader_type = reader_form['datasource_type']
|
|
|
- const writer_type = reader_form['datasource_type']
|
|
|
+ const writer_type = writer_form['datasource_type']
|
|
|
// 基础固定参数
|
|
|
const base_params = {
|
|
|
reader_datasource_id,
|