This commit is contained in:
wyf
2025-05-23 18:17:04 +08:00
parent c650bad8b1
commit acfb262812
17 changed files with 673 additions and 485 deletions

View File

@@ -328,8 +328,12 @@ class _ApplyRepairPageState extends State<ApplyRepairPage> {
String queryUrl =
"$serviceAddress$serviceName$serviceApi";
var data = {
"repairList": repairController.repairList,
"device": repairController.repairList,
"type": repairController.device_type.value,
"contacts": {
"name": repairController.name.value,
"phone": repairController.phone.value
},
};
ApiResponse apiResponse = await requestWithLog(
logTitle: "提交报修信息",
@@ -478,7 +482,6 @@ class _ApplyRepairPageState extends State<ApplyRepairPage> {
cursorColor: themeController.currentColor.sc3,
onChanged: onChanged,
),
),
),
].divide(SizedBox(width: 24.rpx)),