|
@@ -543,7 +543,7 @@
|
|
|
:on-error="uploadError"
|
|
|
:on-success="uploadSuccess"
|
|
|
:before-upload="handleBeforeUpload"
|
|
|
- :action="$store.state.ip + '/api/explode_save_import_new'"
|
|
|
+ :action="$route.query.type == 10?$store.state.ip + '/api/deep_import_new':$store.state.ip + '/api/explode_save_import_new'"
|
|
|
style="margin-right: 10px"
|
|
|
>
|
|
|
<Button size="small" type="primary" ghost>导入</Button>
|
|
@@ -828,7 +828,7 @@ export default {
|
|
|
baseTitleField: "",
|
|
|
});
|
|
|
},
|
|
|
- handleBeforeUpload() {},
|
|
|
+ handleBeforeUpload() {console.log(1)},
|
|
|
handleClientDetailChange(val) {
|
|
|
val && (this.info.custom_detail_id = val);
|
|
|
},
|