This commit is contained in:
parent
ef068aeed8
commit
b7b302b3c5
|
|
@ -19,9 +19,8 @@ import { getTaskDetailsApi } from '@/services/options'
|
|||
|
||||
const isError = ref(false)
|
||||
const taskDescribe = ref('')
|
||||
|
||||
const origin = window.location.href
|
||||
const taskId = ref('28')
|
||||
const taskId = ref('')
|
||||
const taskType = ref(2)
|
||||
|
||||
if (origin.indexOf('=') > -1) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue