|
@@ -11,7 +11,7 @@
|
|
|
element-loading-text="拼命加载中"
|
|
|
element-loading-spinner="el-icon-loading"
|
|
|
element-loading-background="rgba(0, 0, 0, 0.8)"
|
|
|
- @close="showModelThis = false"
|
|
|
+ @close="curDropItem = {value:'1',label:'模糊搜索'};showModelThis = false"
|
|
|
>
|
|
|
<el-card style="margin-top: -20px">
|
|
|
<ex-table
|
|
@@ -344,8 +344,8 @@ export default {
|
|
|
xs_order_source_options,
|
|
|
xs_order_type_options,
|
|
|
dropdownItem:[
|
|
|
- {value:'0',label:'精准搜索'},
|
|
|
- {value:'1',label:'模糊搜索'}
|
|
|
+ {value:'1',label:'模糊搜索'},
|
|
|
+ {value:'0',label:'精准搜索'}
|
|
|
],
|
|
|
// 状态
|
|
|
statusOptions: [
|
|
@@ -364,7 +364,6 @@ export default {
|
|
|
],
|
|
|
cg_order_type_options,
|
|
|
selected: [],
|
|
|
-
|
|
|
loading: false,
|
|
|
showModel: false,
|
|
|
parmValue: {
|
|
@@ -406,7 +405,6 @@ export default {
|
|
|
columns: columns
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
methods: {
|
|
|
// 提交
|
|
|
async submit() {
|
|
@@ -509,7 +507,8 @@ export default {
|
|
|
}
|
|
|
|
|
|
const res = await asyncRequest.saleList({
|
|
|
- ...model, needRela: true
|
|
|
+ ...model,
|
|
|
+ needRela: true
|
|
|
})
|
|
|
|
|
|
if (res && res.code === 0 && res.data) {
|