From 2de735967d33dba5da5fc87191dee543b000afaf Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期五, 18 七月 2025 20:20:18 +0800
Subject: [PATCH] 删除

---
 src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue b/src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue
index a7a7904..073a677 100644
--- a/src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue
+++ b/src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue
@@ -1,5 +1,5 @@
 <template>
-  <j-modal :title="title" :width="1200" :visible="visible" :confirmLoading="confirmLoading"
+  <j-modal :title="title" :visible="visible" :confirmLoading="confirmLoading"
            :okButtonProps="{ class:{'jee-hidden': disableSubmit} }" fullscreen @ok="handleOk"
            @cancel="handleCancel" centered cancelText="鍏抽棴">
     <a-spin :spinning="spinning">
@@ -317,7 +317,6 @@
   import { downFile, getAction, httpAction } from '@/api/manage'
   import { JVxeTableModelMixin } from '@/mixins/JVxeTableModelMixin.js'
   import { JVXETypes } from '@comp/jeecg/JVxeTable'
-  import MaintenanceEquipmentSelect from '@views/eam/equipment/modules/MaintenanceEquipmentSelect'
   import TechnicalStatusEquipmentSelect from '../../../eam/equipment/modules/TechnicalStatusEquipmentSelect'
 
   export default {
@@ -325,7 +324,6 @@
     mixins: [JVxeTableModelMixin],
     components: {
       TechnicalStatusEquipmentSelect,
-      MaintenanceEquipmentSelect
     },
     props: {
       selectShenpiData: {
@@ -529,7 +527,6 @@
        */
       async handleDetail(record) {
         this.model = {}
-        this.visible = true
         this.detail.safetyEquipmentCheckList = this.detail.precisionCheckList = this.detail.otherCheckList = []
         this.handleTabToFirstTable()
         this.getBasicInformationByApi(record)
@@ -541,7 +538,6 @@
        * @param record 涓婚〉闈㈠垪琛ㄨ璁板綍
        */
       recordDetail(record) {
-        this.visible = true
         this.detail.safetyEquipmentCheckList = this.detail.precisionCheckList = this.detail.otherCheckList = []
         this.model = Object.assign({}, record)
         this.handleTabToFirstTable()
@@ -695,7 +691,6 @@
         this.$nextTick(() => {
           for (let index = 1; index <= 3; index++) {
             if (this.$refs['editableDetailTable' + index]) {
-              console.log('index----------', index)
               this.activeTabKey = index
               break
             }

--
Gitblit v1.9.3