|
|
@@ -108,10 +108,10 @@
|
|
|
},
|
|
|
// 判断是否有有效物料信息
|
|
|
isVaildSupplier (id) {
|
|
|
- this.$http.get('vendor/introduction/product/count', {params: {vendUU: id}})
|
|
|
+ this.$http.get('/vendor/introduction/product/count', {params: {vendUU: id}})
|
|
|
.then(res => {
|
|
|
if (res.data.count !== 0) {
|
|
|
- this.$router.push('supplier/' + id)
|
|
|
+ this.$router.push('/supplier/' + id)
|
|
|
} else {
|
|
|
this.hasDialog = true
|
|
|
}
|