@@ -253,7 +253,8 @@ export default {
},
// 清除数据
clearDatas () {
- this.dataForm = []
+ this.dataForm = {}
+ this.dateRange = []
// 每页数
sizeChangeHandle (val) {
@@ -114,7 +114,7 @@
</el-table-column>
<el-table-column prop="totalPrice" label="总价" width="180" align="center">
<template slot-scope="scope">
- <span>{{scope.row.productTotalAmout}}</span>
+ <span>{{scope.row.productTotalAmount}}</span>
</template>
</el-table>