|
@@ -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();
|