|
@@ -287,10 +287,10 @@ export default {
|
|
},
|
|
},
|
|
setTenant(val) {
|
|
setTenant(val) {
|
|
if (val) {
|
|
if (val) {
|
|
- this.tenant = { ...val }
|
|
|
|
- if(this.tenant.name){
|
|
|
|
|
|
+ this.tenant = { ...val }
|
|
|
|
+ /*if(this.tenant.name){
|
|
this.queryParams.model.name = this.tenant.name
|
|
this.queryParams.model.name = this.tenant.name
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
}
|
|
}
|
|
this.fetch(this.queryParams)
|
|
this.fetch(this.queryParams)
|
|
},
|
|
},
|
|
@@ -409,7 +409,7 @@ export default {
|
|
},
|
|
},
|
|
|
|
|
|
// 夹具分页列表
|
|
// 夹具分页列表
|
|
- fetch(params = {}) {
|
|
|
|
|
|
+ fetch(params = {}) {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
// 分页信息
|
|
// 分页信息
|
|
this.queryParams.current = params.current
|
|
this.queryParams.current = params.current
|
|
@@ -420,7 +420,7 @@ export default {
|
|
//this.queryParams.model.brand = this.brand;
|
|
//this.queryParams.model.brand = this.brand;
|
|
// 分类,【原材料】固定,查询原材,分类就是:04
|
|
// 分类,【原材料】固定,查询原材,分类就是:04
|
|
//this.queryParams.model.category = this.category;
|
|
//this.queryParams.model.category = this.category;
|
|
-
|
|
|
|
|
|
+ console.log(this.queryParams)
|
|
frocklApi
|
|
frocklApi
|
|
.page(this.queryParams)
|
|
.page(this.queryParams)
|
|
.then((response) => {
|
|
.then((response) => {
|