|
@@ -585,7 +585,16 @@ const leadModalSave = async () => {
|
|
|
}
|
|
|
//下载范例模板
|
|
|
const downLoadExel = ()=>{
|
|
|
- window.open('https://bladex-chongqing-info.oss-cn-hangzhou.aliyuncs.com//upload/20240109/98addbf48d620030504b2cb03b1c24f5.xls', '_blank')
|
|
|
+ if (typevalue.value) {
|
|
|
+ if (typevalue.value === '1') {
|
|
|
+ window.open('https://blade-oss-chongqing.oss-cn-shenzhen.aliyuncs.com//upload/20240307/1430b65643615f80156ec328a9a09ff8.xlsx', '_blank')
|
|
|
+ } else {
|
|
|
+ window.open('https://bladex-chongqing-info.oss-cn-hangzhou.aliyuncs.com//upload/20240109/98addbf48d620030504b2cb03b1c24f5.xls', '_blank')
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ window.$message.warning('请先选择模板')
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
const typeoptions = ref([
|
|
|
{
|