|
@@ -312,6 +312,9 @@ export default {
|
|
|
if (this.type == 'supplier') { // 供应商增加产品
|
|
|
url = productPricingList // 获取定价产品
|
|
|
}
|
|
|
+ if (this.type != 'supplier' && this.type != 'dealership') { // 促销
|
|
|
+ params.state = 'ONLINE'
|
|
|
+ }
|
|
|
url(Object.assign(params, this.queryParam)).then(res => {
|
|
|
this.loading = false
|
|
|
if (res.status == 200) {
|