初始化
parent
c4fb628d38
commit
5cd630aa03
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="app-container">
|
||||
<el-table v-loading="loading" :data="datawarehouseList" @selection-change="handleSelectionChange">
|
||||
<el-table :data="datawarehouseList" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column label="订单id" align="center" prop="orderId" />
|
||||
<el-table-column label="订单编号" align="center" prop="orderBian" />
|
||||
|
@ -71,7 +71,6 @@ export default {
|
|||
methods: {
|
||||
/** 查询订单详情列表 */
|
||||
getList() {
|
||||
this.loading = true;
|
||||
getDatawarehouse().then(response=>{
|
||||
this.datawarehouseList = response.data;
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue