|
@@ -19,7 +19,6 @@
|
|
|
<el-col :span="24">
|
|
|
<el-radio-group v-model="addType">
|
|
|
<el-radio-button :label="1">循环订单导入</el-radio-button>
|
|
|
- <el-radio-button :label="2">单次订单导入</el-radio-button>
|
|
|
</el-radio-group>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
@@ -29,7 +28,6 @@
|
|
|
:limit="1"
|
|
|
accept=".xlsx, .xls"
|
|
|
:headers="addType === 1 ? uploadLoop.headers : uploadOnce.headers"
|
|
|
- :data="falg"
|
|
|
:action="
|
|
|
(addType === 1 ? uploadLoop.url : uploadOnce.url) +
|
|
|
'?updateSupport=' +
|