微调
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
icon="Clock"
|
icon="Clock"
|
||||||
@click="handleTest('手动检测')"
|
@click="handleTest('手动检测')"
|
||||||
v-if="form.activeTabs === 0 && modeStore.currentMode == '模拟式'"
|
v-if="form.activeTabs === 0 && modeStore.currentMode != '比对式'"
|
||||||
>
|
>
|
||||||
手动检测
|
手动检测
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|||||||
@@ -933,7 +933,7 @@ const open = async (sign: string, data: Plan.ReqPlan, currentMode: string, plan:
|
|||||||
const datasourceDicts = dictStore.getDictData('Datasource')
|
const datasourceDicts = dictStore.getDictData('Datasource')
|
||||||
|
|
||||||
formContent.datasourceIds = datasourceDicts
|
formContent.datasourceIds = datasourceDicts
|
||||||
.filter(item => ['real', 'wave_data'].includes(item.code))
|
.filter(item => ['real'].includes(item.code))
|
||||||
.map(item => item.code)
|
.map(item => item.code)
|
||||||
|
|
||||||
realTimeSetting.value = true
|
realTimeSetting.value = true
|
||||||
|
|||||||
Reference in New Issue
Block a user