|
@@ -339,6 +339,7 @@ export default {
|
|
|
const confirmClk = () => {
|
|
|
searchParams.clientId = searchForm.orderNo;
|
|
|
searchParams.username = searchForm.busiName;
|
|
|
+ searchParams.userName = searchForm.busiName;
|
|
|
searchParams.ifForeign = searchForm.ifForeign;
|
|
|
searchParams.companyType = searchForm.companyType;
|
|
|
tableData.value = [];
|
|
@@ -389,6 +390,7 @@ export default {
|
|
|
type: "2", // 分组类型
|
|
|
clientId: "", // 设备编号
|
|
|
username: "",
|
|
|
+ userName: "",
|
|
|
startDate: "",
|
|
|
endDate: "",
|
|
|
ifForeign: '0',
|