Merge pull request '清除debugger;' (#116) from yws_dev into main
Reviewed-on: #116
This commit is contained in:
commit
69db6bd8b1
|
@ -289,7 +289,6 @@ const getCurrentPPtData = async () => {
|
|||
|
||||
// 接收习题训练的值
|
||||
const getData = async (data: WorkItem) => {
|
||||
debugger
|
||||
workList.value = []
|
||||
if(paramData.value.activityContent){
|
||||
const arr = paramData.value.activityContent.split(',')
|
||||
|
|
Loading…
Reference in New Issue