From 2797629204e22c5f5db15821a3545075b7c631a9 Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期四, 18 十二月 2025 15:48:09 +0800
Subject: [PATCH] 提交
---
ui/admin-ui3/src/views/tms/generationCost/index.vue | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/ui/admin-ui3/src/views/tms/generationCost/index.vue b/ui/admin-ui3/src/views/tms/generationCost/index.vue
index e035a76..52f7770 100644
--- a/ui/admin-ui3/src/views/tms/generationCost/index.vue
+++ b/ui/admin-ui3/src/views/tms/generationCost/index.vue
@@ -78,7 +78,7 @@
<el-descriptions-item label="杞﹀瀷">{{form.$actualVehicleType}}</el-descriptions-item>
<el-descriptions-item label="杞︾墝">{{form.licensePlate}}</el-descriptions-item>
</el-descriptions>
- <avue-tabs :option="tabsOption2"
+ <avue-tabs :option="tabsOption2" ref="tabsOption2Ref"
@change="handleChange2"></avue-tabs>
<div v-if="active === 'tab1'">
<avue-crud
@@ -255,7 +255,7 @@
import {listTmsLoadingServiceProvider} from "@/api/tms/tmsLoadingServiceProvider";
import {selectPaymentTmsQuotePlan} from "@/api/tms/tmsQuotePlan";
import {addTmsQuoteFee, listTmsQuoteFee, pushTmsQuoteFee} from "@/api/tms/tmsQuoteFee";
-import {an} from "vue-router/dist/router-CWoNjPRp";
+
const {appContext} = getCurrentInstance();
@@ -1228,6 +1228,9 @@
})
}
+const tabsOption2Ref = ref();
+
+
const handleAddFinance = async (row: any) => {
pageF.open = true;
pageF.title = '璐圭敤鐧昏';
@@ -1235,8 +1238,11 @@
boxFormOption.value = financeOption.value;
boxTableOption.value = financeTableOption.value;
form.value = row;
- await getTab1Data();
+ handleChange2(tabsOption2.value.column[0]);
+ nextTick(()=>{
+ tabsOption2Ref.value.active = "0";
+ })
}
--
Gitblit v1.8.0