chenrui 1 سال پیش
والد
کامیت
e693b2784f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)
-      console.log(params)
       this.disabled = true
       this.spinning = true
       setReturnPrice(params).then(res => {
@@ -326,6 +325,7 @@ export default {
     //  重定义的弹框状态
     isShow (newValue, oldValue) {
       if (!newValue) {
+        this.salesBillSnList = null
         this.handleCommonCancel()
       } else {
         this.resetSearchForm()