|
@@ -162,7 +162,7 @@ const rules = {
|
|
|
|
|
|
const getDeviceOptions = async () => {
|
|
|
const func = props.isOutType ? deviceCanOut : deviceCanIn;
|
|
|
- const res = await func();
|
|
|
+ const res = await func({ sopNo: props.sop.sopNo });
|
|
|
deviceOptions.value = res
|
|
|
.filter(
|
|
|
(item) =>
|