去除打印控制台无效代码

This commit is contained in:
wangyang
2025-08-18 15:28:41 +08:00
parent 0e2de9d6de
commit 46f12f9be4
15 changed files with 18 additions and 41 deletions

View File

@@ -169,7 +169,6 @@ onShow(() => {
if (cache.get('checkedLYMyUserList') != null && cache.get('checkedLYMyUserList') != []) {
myUserList.value = cache.get('checkedLYMyUserList')
}
console.log(props.status, '获取的状态')
if (props.status == '完成') {
isDisabled.value = true