Browse Source

1214 15:43

11
mo 5 years ago
parent
commit
3ff1ae3db5
3 changed files with 16 additions and 0 deletions
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-419ce36c.ebae4524.js
  3. 16 0
      src/views/teamBuild/signupList.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-419ce36c.ebae4524.js


+ 16 - 0
src/views/teamBuild/signupList.vue

@@ -781,6 +781,22 @@ export default {
 
     }
   },
+  watch: {
+    orderVisible (val) {
+      if (!val) {
+        this.orderForm = {
+          name: '',
+          totalAmount: '',
+          subject: '',
+          subjectFee: '',
+          axe: '',
+          axePrice: '',
+          others: '',
+          othersPrice: ''
+        }
+      }
+    }
+  }
 }
 </script>
 <style lang="scss">

Some files were not shown because too many files changed in this diff