From 6a937bdfe9151b96f967027495f4c650a4e2f48e Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Tue, 18 Jul 2023 11:13:33 +0800 Subject: [PATCH] 2023-7-18 --- src/views/contract/contractList.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/contract/contractList.vue b/src/views/contract/contractList.vue index 4c2193e..7394875 100644 --- a/src/views/contract/contractList.vue +++ b/src/views/contract/contractList.vue @@ -1210,6 +1210,7 @@ export default { plan_name: "请选择预算计划", start_plan_price: undefined, end_plan_price: undefined, + is_myself: 0, }, selectCopy: { keyword: "", @@ -2532,6 +2533,7 @@ export default { }) .catch((error) => {}); this.getPurchaseType(); + this.select.is_myself = this.$route.path.split('_')[1] ? Number(this.$route.path.split('_')[1]) : 0 this.getContracts(); this.getDepartment(); this.getPurchaseWay();