@@ -1,4 +1,4 @@
{
- "version": "2.1.24",
+ "version": "2.1.25",
"message": "发现有新版本发布,确定更新系统?"
}
@@ -258,6 +258,13 @@ export default {
showPlModal: false
},
+ watch: {
+ showPlModal (newValue, oldValue) {
+ if (!newValue) {
+ this.plReturnReason = ''
+ }
+ },
computed: {
selNums () {
return this.rowSelectionInfo && this.rowSelectionInfo.selectedRowKeys.length || 0
@@ -167,6 +167,13 @@ export default {
@@ -231,6 +231,13 @@ export default {