|
@@ -81,10 +81,11 @@
|
|
|
_currentPage: this.currentPage,
|
|
_currentPage: this.currentPage,
|
|
|
Order: this.Column.Order,
|
|
Order: this.Column.Order,
|
|
|
Prop: this.Column.Prop,
|
|
Prop: this.Column.Prop,
|
|
|
- SupplierId: this.formData.Id,
|
|
|
|
|
|
|
+ SupplierId: this.$route.params.opera,
|
|
|
SupplierName: this.formData.SupplierName
|
|
SupplierName: this.formData.SupplierName
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
console.log('获取曾用名的参数', params)
|
|
console.log('获取曾用名的参数', params)
|
|
|
// 查询条件
|
|
// 查询条件
|
|
|
// Object.assign(params, this.searchForm)
|
|
// Object.assign(params, this.searchForm)
|