微调
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user