Browse Source

修复delete问题

chenxiqiang 7 years ago
parent
commit
e3a57dce47
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      manage-server/app/Http/Controllers/ProductController.php

+ 1
- 0
manage-server/app/Http/Controllers/ProductController.php View File

34
             $product->info = $info;
34
             $product->info = $info;
35
             $product->color = $color;
35
             $product->color = $color;
36
             $product->price = $price;
36
             $product->price = $price;
37
+            $product->classify = $classify;
37
             $product->save();
38
             $product->save();
38
             return Response()->json([
39
             return Response()->json([
39
                 "status" => 0,
40
                 "status" => 0,

Loading…
Cancel
Save