소스 검색

1214 15:43

11
mo 5 년 전
부모
커밋
3ff1ae3db5
3개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-419ce36c.ebae4524.js
  3. 16 0
      src/views/teamBuild/signupList.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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">

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.