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