소스 검색

修复

11
mo 4 년 전
부모
커밋
e59353f9b3

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


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-33c8d3e2.dd89f680.css


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


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-33c8d3e2.aaa7c50f.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-76bdcaee.bc1a1ee0.js


+ 4 - 2
src/views/teamBuild/components/teamBaseInfo.vue

@@ -1231,8 +1231,10 @@ export default {
       });
     },
     changeApplyTime (val) {
-      this.topFrom.paymentValidStartDate = ''
-      this.topFrom.paymentValidEndDate = ''
+      this.$set(this.topFrom, "paymentValidStartDate", "");
+      this.$set(this.topFrom, "paymentValidEndDate", "");
+      // this.topFrom.paymentValidStartDate = ''
+      // this.topFrom.paymentValidEndDate = ''
     }
   },
   computed: {

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