|
|
|
@ -287,7 +287,6 @@ function onEsc(event: KeyboardEvent) {
|
|
|
|
|
return
|
|
|
|
|
if (!keys.includes(event.code))
|
|
|
|
|
return
|
|
|
|
|
//
|
|
|
|
|
if (event.code === 'KeyC') {
|
|
|
|
|
// 是否有弹窗存在
|
|
|
|
|
const modalClasss = [
|
|
|
|
@ -545,8 +544,6 @@ function handleRejectdubiousfileyd(pictureid) {
|
|
|
|
|
dubiousfileyd({ pictureid }).then(({ code }) => {
|
|
|
|
|
if (code === 'OK')
|
|
|
|
|
message.success('加入成功')
|
|
|
|
|
|
|
|
|
|
// refreshHandler()
|
|
|
|
|
const packageid = workStore.getActiveId
|
|
|
|
|
if (isEmpty(packageid)) {
|
|
|
|
|
listData.value.length = 0
|
|
|
|
|