From 142bcc9b22f48a8a2098a66b2964fe10c97c6fe8 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 20 五月 2025 11:19:49 +0800
Subject: [PATCH] git ch
---
company/src/components/business/OperaApplyChangeMonthWindow.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/company/src/components/business/OperaApplyChangeMonthWindow.vue b/company/src/components/business/OperaApplyChangeMonthWindow.vue
index 4a0d276..3780486 100644
--- a/company/src/components/business/OperaApplyChangeMonthWindow.vue
+++ b/company/src/components/business/OperaApplyChangeMonthWindow.vue
@@ -84,11 +84,12 @@
export default {
name: 'OperaApplyChangeMonthWindow',
extends: BaseTable,
- components: { TableLayout ,GlobalWindow},
+ components: { TableLayout , GlobalWindow },
data () {
return {
// 鎼滅储
visible:false,
+ confirmWorking:false,
title: '',
searchForm: {
status: '',
@@ -112,6 +113,7 @@
})
},
methods: {
+ confirm(){},
open(title,taget){
this.searchForm.applyId = taget.id
this.title = title + "-" + taget.solutionsName
--
Gitblit v1.9.3