liyuanyuan месяцев назад: 10
Родитель
Сommit
61f526559f

+ 1 - 1
MadRunFabric.EquipmentApi/EquipmentApi/Controllers/workordermanage/WoRepairBaseController.cs

@@ -6965,7 +6965,7 @@ namespace EquipmentApi.Controllers.workordermanage
6965 6965
                 {
6966 6966
                     if (string.IsNullOrEmpty(input.assignman))
6967 6967
                     {
6968
-                        return Error("请选择维修班组");
6968
+                        return Success("工单保存成功");
6969 6969
                     }
6970 6970
                     clmodel.wostate = 0;
6971 6971
                     clmodel.totype = 1;