Ver Fonte

更改弹框bug

Rmengdi há 3 meses atrás
pai
commit
eb5ca39bb3

+ 1 - 1
src/views/als/faultDiagnosis/index.vue

@@ -412,7 +412,7 @@ export default {
     },
 
     resultShowDialogClose() {
-      this.resultShowVisible = true
+      this.resultShowVisible = false
       this.resultShowData = {
         url: '',
         result: ''

+ 1 - 1
src/views/als/lifePrediction/index.vue

@@ -385,7 +385,7 @@ export default {
     },
 
     resultShowDialogClose() {
-      this.resultVisible = true
+      this.resultVisible = false
       this.resultShowData = {
         url: ''
       }