Browse Source

bug 修复

lilei 2 years ago
parent
commit
f7225fd2dc
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/views/purchasingManagement/purchaseReturnApplyForm/edit.vue

+ 7 - 0
src/views/purchasingManagement/purchaseReturnApplyForm/edit.vue

@@ -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