|
|
|
@ -631,9 +631,11 @@ export default { |
|
|
|
}; |
|
|
|
if (type === "mix") { |
|
|
|
params.mixType = true; |
|
|
|
} else if (item.qxbdType) { |
|
|
|
} |
|
|
|
if (item.qxbdType) { |
|
|
|
params.qxbdType = item.qxbdType; |
|
|
|
} else if (item.checkType) { |
|
|
|
} |
|
|
|
if (item.checkType) { |
|
|
|
params.checkType = item.checkType; |
|
|
|
} |
|
|
|
} |
|
|
|
|