@@ -299,7 +299,7 @@ export default {
},
//获取供应商
getSupplierItems(){
- getSupplierList({name:""}).then(res => {
+ getSupplierList('',{name:""}).then(res => {
this.SupplierList = res && res.rows
})
@@ -171,7 +171,7 @@ export default {
methods: {
+ getSupplierList('',{}).then(res => {