|
@@ -363,7 +363,8 @@ weight: 4000}]],
|
|
|
searchType: this.searchType,
|
|
|
searchKeyWord: this.searchKeyWord,
|
|
|
goodsName: this.goodsName,
|
|
|
- goodsSource: this.goodsSource == '全部客户' ? '' : this.goodsSource
|
|
|
+ goodsSource: this.goodsSource == '全部客户' ? '' : this.goodsSource,
|
|
|
+ confirmFlag : this.confirmFlag
|
|
|
})
|
|
|
.toPromise()
|
|
|
.then((response) => {
|