This commit is contained in:
sjl
2025-03-10 19:58:53 +08:00
parent c9857326c6
commit 54e7a91841
5 changed files with 40 additions and 13 deletions

View File

@@ -69,7 +69,7 @@ const filterMethod = (query: string, item: { label?: string }) => {
dialogVisible.value = true
planData.value = data
console.log('123')
//console.log('123')
const pqDevList_Result1 = await getUnboundPqDevList(data);
unboundPqDevList.value = pqDevList_Result1.data as Device.ReqPqDevParams[];
@@ -78,7 +78,7 @@ const filterMethod = (query: string, item: { label?: string }) => {
boundPqDevList.value = pqDevList_Result2.data as Device.ReqPqDevParams[];
value.value = boundPqDevList.value.map((i: { id: { toString: () => any } }) => i.id.toString());
console.log('123',value.value)
//console.log('123',value.value)
}
const close = () => {
dialogVisible.value = false