From b6fde711bf33cede4cb84f85146c32b0c0c61aa5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 04 十一月 2024 09:06:28 +0800
Subject: [PATCH] 优化需求
---
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