清除debugger;

This commit is contained in:
小杨 2024-12-12 10:53:15 +08:00
parent bbed835ffe
commit e522fc8ee5
1 changed files with 0 additions and 1 deletions

View File

@ -289,7 +289,6 @@ const getCurrentPPtData = async () => {
// //
const getData = async (data: WorkItem) => { const getData = async (data: WorkItem) => {
debugger
workList.value = [] workList.value = []
if(paramData.value.activityContent){ if(paramData.value.activityContent){
const arr = paramData.value.activityContent.split(',') const arr = paramData.value.activityContent.split(',')