Commit 40ba2ca3 authored by dragondean@qq.com's avatar dragondean@qq.com

订单列表运输方式传值不对

parent e9736fec
......@@ -796,7 +796,7 @@ export default {
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.page = 1;
this.getList();
this.$nextTick(this.getList)
},
/** 重置按钮操作 */
resetQuery() {
......@@ -868,7 +868,7 @@ export default {
::v-deep .actions{
.el-dropdown{
margin-right: 10px;
&::last-child{
&:last-child {
margin-right: 0;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment