From 50fb58286ed3b718c39a97e0987ee7561a295651 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 04 七月 2025 17:56:41 +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