Commit 00937a5b authored by 余金瑶's avatar 余金瑶

异常订单重置商品类型

parent 39fc4430
......@@ -293,7 +293,7 @@
</el-select>
</el-form-item>
<el-form-item :label="$t('商品类型')" prop="goodsTypes" v-show="showSearch">
<selector v-model="queryParams.goodsTypes" multiple :options="productAttrList" label-field="attrName" value-field="id">
<selector v-model="queryParams.goodsTypes" multiple clearable :options="productAttrList" label-field="attrName" value-field="id">
</selector>
</el-form-item>
<el-form-item :label="$t('增值服务')" prop="types" v-show="showSearch">
......@@ -877,7 +877,7 @@ export default {
// 遮罩层
loading: true,
// 显示搜索条件
showSearch: true,
showSearch: false,
// 总条数
total: 0,
// 订单异常列表
......@@ -1064,6 +1064,10 @@ export default {
this.objectiveId = null
this.queryParams.isHaveCustomer = null
this.queryParams.channelIds = null
this.queryParams.goodsTypes = null
this.$nextTick(_ => {
this.$forceUpdate()
})
this.getList();
},
importCityName(id) {
......
......@@ -221,7 +221,7 @@
@change="handleQuery"
/>
</el-form-item>
<el-form-item :label="$t('收货人')" prop="statusList">
<el-form-item :label="$t('收货人')" v-show="showSearch">
<el-select
v-model="queryParams.hasConsignee"
:placeholder="$t('请选择')"
......
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