Commit 64fc6101 by wusiyi

fix: 修改podus补货校验复制

parent af74a79f
......@@ -25,7 +25,7 @@
<el-button type="danger" @click="resultfilter(false)">
{{ '选择异常' }}
</el-button>
<el-button type="success" @click="copyAllCode('factoryOrderNumber')">
<el-button type="success" @click="copyAllCode()">
{{ '复制结果' }}
</el-button>
</div>
......@@ -115,7 +115,7 @@ const resultfilter = (bool: boolean) => {
}
// 复制店铺单号
const copyAllCode = (field: string) => {
const copyAllCode = () => {
if (!selectedList.value.length) {
return ElMessage.warning('请先选择数据')
}
......
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