@@ -298,6 +298,13 @@ export default {
showPlModal: false
}
},
+ watch: {
+ showPlModal(newValue, oldValue) {
+ if(!newValue){
+ this.plReturnReason = ''
+ }
+ },
computed: {
selNums () {
return this.rowSelectionInfo && this.rowSelectionInfo.selectedRowKeys.length || 0