|
@@ -208,7 +208,9 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
modalClose() {
|
|
modalClose() {
|
|
|
|
+ this.$forceUpdate()
|
|
this.statusDialogVisible = false
|
|
this.statusDialogVisible = false
|
|
|
|
+ console.log(this.statusCode, 'zhuatai')
|
|
this.status = this.statusCode
|
|
this.status = this.statusCode
|
|
}
|
|
}
|
|
}
|
|
}
|