|
@@ -151,10 +151,10 @@
|
|
|
mounted()
|
|
|
{
|
|
|
console.log(this.$route.query.productNum)
|
|
|
- console.log(this.cooperatorNum)
|
|
|
+ console.log(this.$route.query.cooperatorNum)
|
|
|
console.log("请求数据是")
|
|
|
|
|
|
- findCooperatorFieldByCooNum(this.cooperatorNum,this.currentPage1,this.pagesize1).then(
|
|
|
+ findCooperatorFieldByCooNum(this.$route.query.cooperatorNum,this.currentPage1,this.pagesize1).then(
|
|
|
res=>
|
|
|
{
|
|
|
this.cooperatorField=res.data.cooperator_field.list;
|