mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-21 10:25:53 +08:00
合并master
This commit is contained in:
@@ -40,8 +40,12 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { downLoadDeliverExcel } from "@/api/order.js";
|
||||
import JsonExcel from "vue-json-excel";
|
||||
import { getLogisticsChecked } from "@/api/order.js";
|
||||
export default {
|
||||
components: {
|
||||
"download-excel": JsonExcel,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
// 步骤集合
|
||||
@@ -74,9 +78,9 @@ export default {
|
||||
val.checked = true;
|
||||
},
|
||||
|
||||
async downLoad() {
|
||||
let res = await downLoadDeliverExcel({ orderIds: "1402886442132217857" });
|
||||
console.log(res);
|
||||
async downLoad() {
|
||||
let res = await getLogisticsChecked()
|
||||
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user