liuhj 11 ヶ月 前
コミット
4f192e7d50
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/components/Finance/PaymentFiled.vue

+ 1 - 1
src/components/Finance/PaymentFiled.vue

@@ -470,6 +470,7 @@ export default {
             }
             this.arrid=Array.from(new Set(this.arrid))
             this.defaultarr=this.filt(this.arrid);
+            console.log(this.defaultarr);
             var url = "/api/Financial/PostPayRequestCheckedChange"
             var that = this
             this.$axios({
@@ -498,7 +499,6 @@ export default {
                         that.everydayarr=[];
                         that.hotelSubIdarr=[];
                         that.arrid=[];
-                        console.log(that.defaultarr,that.everydayarr,that.hotelSubIdarr);
                     }
                 }else{
                     that.$message({