물건목록화면에서 복사기능 확인 콘솔
This commit is contained in:
parent
b9c31f0df5
commit
4d5bbfe875
@ -42,9 +42,11 @@ export default function Stuff() {
|
|||||||
//그리드 내부 복사버튼
|
//그리드 내부 복사버튼
|
||||||
const copyNo = async (value) => {
|
const copyNo = async (value) => {
|
||||||
try {
|
try {
|
||||||
|
console.log('value::::::::', value)
|
||||||
await navigator.clipboard.writeText(value)
|
await navigator.clipboard.writeText(value)
|
||||||
alert(getMessage('stuff.detail.header.successCopy'))
|
alert(getMessage('stuff.detail.header.successCopy'))
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
console.log('error::::::::::', error)
|
||||||
alert(getMessage('stuff.detail.header.failCopy'))
|
alert(getMessage('stuff.detail.header.failCopy'))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user