Browse Source

05/28 19:06

111
mo 5 năm trước cách đây
mục cha
commit
d3ea0a93ff

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/index.html


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/css/chunk-527a028a.a99a2c6a.css


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/app.6c3ab7d2.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/chunk-527a028a.bcafa093.js


+ 16 - 2
src/views/resetTeaming/components/resetPayList.vue

@@ -292,8 +292,22 @@ export default {
     newPayInfo () {
       this.$refs['payForm'].validate(res => {
         if (res) {
-          this.payForm.musicGroupId = this.$route.query.id
-          addMusicGroupPaymentCalender(this.payForm).then(res => {
+          /**
+           *   payForm: {
+        startPaymentDate: null,
+        deadlinePaymentDate: null,
+        type: null,
+        memo: null
+      },
+           * 
+           */
+          let obj = {}
+          obj.musicGroupId = this.$route.query.id
+          obj.startPaymentDate = this.payForm.startPaymentDate + ' 00:00:00'
+          obj.deadlinePaymentDate = this.payForm.deadlinePaymentDate + ' 23:59:59'
+          obj.type = this.payForm.type
+          obj.memo = this.payForm.memo
+          addMusicGroupPaymentCalender(obj).then(res => {
             if (res.code == 200) {
               this.$message.success('恭喜你创建成功')
               this.payVisible = false;

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác