qinzhipeng_v 5 жил өмнө
parent
commit
1435c1cc31

+ 0 - 2
src/views/Platform/presentation/PresentReport.vue

@@ -252,8 +252,6 @@ export default {
             if (res.code === 200) {
               this.$message.success(res.msg)
               this.$emit('fatherMethod', res.data)
-            } else {
-              this.$message.error(res.msg)
             }
           })
         } else {

+ 0 - 2
src/views/Platform/presentation/presentationReport.vue

@@ -245,8 +245,6 @@ export default {
             if (res.code === 200) {
               this.$message.success(res.msg)
               this.$emit('fatherMethod', res.data)
-            } else {
-              this.$message.error(res.msg)
             }
           })
         } else {

+ 1 - 1
src/views/projectManage/bugList/file/createdBug.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="Parent">
-    <el-dialog :visible.sync="modalShow" width="70%" top="4vh" :close-on-click-modal="false" @close="modalClose">
+    <el-dialog :visible.sync="modalShow" width="70%" top="4vh" :close-on-click-modal="false" :destroy-on-close="true" @close="modalClose">
       <el-form ref="formInline" label-position="left" :model="formInline" :rules="rules" label-width="90px">
         <el-row style="margin: 0 4% 2% 4%;">
           <el-col :span="24">

+ 1 - 1
src/views/projectManage/dialog_vue.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="task">
-    <el-dialog :visible.sync="dialogFormVisible" width="70%" :close-on-click-modal="false">
+    <el-dialog :visible.sync="dialogFormVisible" width="70%" :close-on-click-modal="false" :destroy-on-close="true">
       <div style="display:flex;align-items: center;margin: 0% 7% 2% 4.5%;">
         <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
         <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">{{ tit_Name }}</div>

+ 1 - 1
src/views/projectManage/requirement/list/create.vue

@@ -1,5 +1,5 @@
 <template>
-  <el-dialog :visible.sync="isVisible" width="70%" style="padding: 30px 75px 30px 20px;" :close-on-click-modal="false">
+  <el-dialog :visible.sync="isVisible" width="70%" style="padding: 30px 75px 30px 20px;" :close-on-click-modal="false" :destroy-on-close="true">
     <div style="display:flex;align-items: center;margin: 5px 0px 25px 42px;">
       <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
       <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">{{ title }}</div>