|
@@ -73,7 +73,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
_this.basisList = []
|
|
_this.basisList = []
|
|
|
- if (res.data.items != null) {
|
|
|
|
|
|
|
+ if (res.data.items != null && res.data.items != '' && res.data.items != ' ') {
|
|
|
_this.SupplierId = res.data.items[0].SupplierId
|
|
_this.SupplierId = res.data.items[0].SupplierId
|
|
|
_this.basisList = res.data.items
|
|
_this.basisList = res.data.items
|
|
|
_this.currentItemCount = res.data.currentItemCount
|
|
_this.currentItemCount = res.data.currentItemCount
|