手动检测根据检测内容不同动态决定是否进行初始化操作
This commit is contained in:
@@ -281,6 +281,8 @@ watch(testStatus, function (newValue, oldValue) {
|
||||
ElMessage.success('初始化开始!')
|
||||
emit('update:testStatus', 'test_init')
|
||||
testLogList.push({type: 'info', log: `${new Date().toLocaleString()}:初始化开始!`})
|
||||
} else {
|
||||
emit('update:testStatus', 'process')
|
||||
}
|
||||
startTimeCount()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user