Browse Source

问题原因

y595705120 2 weeks ago
parent
commit
e6cc4b9a5a
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/containers/apply/index.vue

+ 4 - 3
src/containers/apply/index.vue

@@ -115,10 +115,11 @@
 </template>
 </template>
 <script>
 <script>
   import {
   import {
-    httpServer
-  } from "@/components/httpServer/httpServer.js";
-  import { MessageBox } from "element-ui";
+  httpServer
+} from "@/components/httpServer/httpServer.js";
+import { MessageBox } from "element-ui";
   const defaultForm = {
   const defaultForm = {
+      id:0,
       cardId:'',
       cardId:'',
       nickname:'',
       nickname:'',
       email:'',
       email:'',