数据类型-数据类型添加conType字段
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
<el-input style="width: 160px" v-model="searchValue" autocomplete="off" clearable
|
||||
@input="handleSearch" placeholder="请输入关键词"></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="谐波次数" v-if="oddAndEvenFlag && !dataSet.includes('_')">
|
||||
<el-form-item label="谐波次数" v-show="oddAndEvenFlag && !dataSet.includes('_')">
|
||||
<el-select v-model="oddAndEven" style="min-width: 120px !important">
|
||||
<el-option v-for="item in oddAndEvenList" :key="item.value" :label="item.label"
|
||||
:value="item.value" />
|
||||
@@ -631,9 +631,11 @@ const deviceId: any = ref('')
|
||||
const lineId: any = ref('')
|
||||
const dataLevel: any = ref('')
|
||||
const nodeClick = async (e: anyObj) => {
|
||||
console.log("🚀 ~ nodeClick ~ e:", e)
|
||||
searchValue.value = ''
|
||||
await queryDictType({
|
||||
lineId: e?.id
|
||||
lineId: e?.id,
|
||||
conType: e.conType
|
||||
}).then(res => {
|
||||
oddAndEvenFlag.value = false
|
||||
queryList.value = res.data
|
||||
|
||||
Reference in New Issue
Block a user