|
@@ -132,6 +132,7 @@
|
|
currentPage: 1,
|
|
currentPage: 1,
|
|
pagesize:10,
|
|
pagesize:10,
|
|
totalSize:'',
|
|
totalSize:'',
|
|
|
|
+ modelId:this.$route.query.modelId,
|
|
modelNo:this.$route.query.modelNo,
|
|
modelNo:this.$route.query.modelNo,
|
|
modelName:this.$route.query.modelName,
|
|
modelName:this.$route.query.modelName,
|
|
filePath:this.$route.query.filePath,
|
|
filePath:this.$route.query.filePath,
|
|
@@ -149,7 +150,9 @@
|
|
beforeMount() {},
|
|
beforeMount() {},
|
|
mounted()
|
|
mounted()
|
|
{
|
|
{
|
|
- getCooperatorByModel(this.currentPage,this.pagesize,this.modelNo).then(
|
|
|
|
|
|
+ console.log("test");
|
|
|
|
+ console.log(this.modelId);
|
|
|
|
+ getCooperatorByModel(this.currentPage,this.pagesize,this.modelId).then(
|
|
res=>
|
|
res=>
|
|
{
|
|
{
|
|
this.cooperatorProductData=res.data.cooperator_Product_List.list;
|
|
this.cooperatorProductData=res.data.cooperator_Product_List.list;
|