|
@@ -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({
|