|
@@ -73,7 +73,8 @@
|
|
|
params: this.$http.adornParams({
|
|
params: this.$http.adornParams({
|
|
|
'current': this.current,
|
|
'current': this.current,
|
|
|
'size': this.size,
|
|
'size': this.size,
|
|
|
- 'supplierName': this.name
|
|
|
|
|
|
|
+ 'supplierName': this.name,
|
|
|
|
|
+ 'supplierState': 1
|
|
|
})
|
|
})
|
|
|
}).then(({data}) => {
|
|
}).then(({data}) => {
|
|
|
if (data && data.code === '200') {
|
|
if (data && data.code === '200') {
|