代码优化
This commit is contained in:
parent
73c4f32a9f
commit
a0dd9a7aca
|
|
@ -317,7 +317,6 @@
|
|||
<el-table
|
||||
v-loading="loading"
|
||||
:data="codeList"
|
||||
height="500"
|
||||
@selection-change="handleSelectionChange"
|
||||
>
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
|
|
@ -686,7 +685,7 @@ export default {
|
|||
codeQuery: {
|
||||
//编码出库-搜索条件
|
||||
pageNum: 1,
|
||||
pageSize: 20,
|
||||
pageSize: 10,
|
||||
maCode: undefined,
|
||||
},
|
||||
codeTotal: 0, //编码弹窗分页-总数
|
||||
|
|
|
|||
Reference in New Issue