Browse Source

修改bug

chenrui 1 year ago
parent
commit
e693b2784f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/salesReturnManagement/custConfirm/setPriceModal.vue

+ 1 - 1
src/views/salesReturnManagement/custConfirm/setPriceModal.vue

@@ -271,7 +271,6 @@ export default {
       }
       }
 
 
       const params = Object.assign(this.form)
       const params = Object.assign(this.form)
-      console.log(params)
       this.disabled = true
       this.disabled = true
       this.spinning = true
       this.spinning = true
       setReturnPrice(params).then(res => {
       setReturnPrice(params).then(res => {
@@ -326,6 +325,7 @@ export default {
     //  重定义的弹框状态
     //  重定义的弹框状态
     isShow (newValue, oldValue) {
     isShow (newValue, oldValue) {
       if (!newValue) {
       if (!newValue) {
+        this.salesBillSnList = null
         this.handleCommonCancel()
         this.handleCommonCancel()
       } else {
       } else {
         this.resetSearchForm()
         this.resetSearchForm()