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

+ 2 - 2
src/views/purchasingManagement/purchaseReturnApplyForm/edit.vue

@@ -299,8 +299,8 @@ export default {
     }
   },
   watch: {
-    showPlModal(newValue, oldValue) {
-      if(!newValue){
+    showPlModal (newValue, oldValue) {
+      if (!newValue) {
         this.plReturnReason = ''
       }
     }