Commit 8802f3c3 authored by 我在何方's avatar 我在何方

异常订单点击无归属搜索

parent f2673e38
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
</el-row> </el-row>
<el-row> <el-row>
<el-form-item label=""> <el-form-item label="">
<el-checkbox style="margin-left:60px" v-model="queryParams.isHaveCustomer">{{$t('无归属订单')}}</el-checkbox> <el-checkbox style="margin-left:60px" v-model="queryParams.isHaveCustomer" @change="handleQuery">{{$t('无归属订单')}}</el-checkbox>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<el-button type="primary" icon="el-icon-search" @click="handleQuery">{{$t('搜索')}}</el-button> <el-button type="primary" icon="el-icon-search" @click="handleQuery">{{$t('搜索')}}</el-button>
......
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