liuhj 5 months ago
parent
commit
a5de9b9ba6
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/components/OP/HotelReservations.vue

+ 4 - 1
src/components/OP/HotelReservations.vue

@@ -1230,7 +1230,7 @@ export default {
                 if (res.data.code == 200) {
                     that.cTable=res.data.data.cTable;
                     that.PostGroupListByCTableAndUserId();
-                    that.getcostbudgeting()
+                    
                 }else{
                     that.$message({
                         message:"获取cTable失败",
@@ -1278,6 +1278,9 @@ export default {
                             that.delegationInfo=res.data.data[x]
                         }
                     }
+                    setTimeout(function() {
+                        that.getcostbudgeting()
+                    }, 100);
                     that.PostHotelReservationsItemsByDiId()
                     setTimeout(function() {
                         that.PostTourClientListByDiId();