From 84d7b5e9b0a31c1e18dc52b3d69b1cadf96938e7 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期五, 06 十二月 2024 17:47:57 +0800
Subject: [PATCH] 报错提示

---
 src/views/hosp/project/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue
index 445e921..d255fbb 100644
--- a/src/views/hosp/project/index.vue
+++ b/src/views/hosp/project/index.vue
@@ -292,6 +292,7 @@
       width="1200px"
       append-to-body
       :before-close="handleClose"
+      :close-on-click-modal="false"
     >
       <el-form
         ref="form"
@@ -721,7 +722,7 @@
       </div>
     </el-dialog>
 
-    <el-dialog title="鏀惰垂椤圭洰" :visible.sync="dialogTableVisible" width="80%">
+    <el-dialog title="鏀惰垂椤圭洰" :visible.sync="dialogTableVisible" width="80%" :close-on-click-modal="false">
       <div class="app-container">
         <el-row :gutter="24">
           <!--閮ㄩ棬鏁版嵁-->
@@ -1567,7 +1568,7 @@
     handleUpdate1() {
       this.open = true;
       this.form = this.xiugaiList;
-      console.log(this.form)
+      this.form.proStatus = this.form.proStatus.toString()
       this.proParent = true;
       // if(){
       //   this.proParent = true

--
Gitblit v1.8.0