Jelajahi Sumber

1214 15:43

11
mo 5 tahun lalu
induk
melakukan
3ff1ae3db5

File diff ditekan karena terlalu besar
+ 0 - 0
dist/index.html


File diff ditekan karena terlalu besar
+ 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">

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini