|
|
@@ -81,14 +81,15 @@
|
|
|
_currentPage: this.currentPage,
|
|
|
Order: this.Column.Order,
|
|
|
Prop: this.Column.Prop,
|
|
|
+ SupplierId: this.formData.Id,
|
|
|
SupplierName: this.formData.SupplierName
|
|
|
|
|
|
}
|
|
|
+ console.log('获取曾用名的参数', params)
|
|
|
// 查询条件
|
|
|
// Object.assign(params, this.searchForm)
|
|
|
api.getNameList(params, this.$axios)
|
|
|
.then(res => {
|
|
|
- console.log(res.data.items)
|
|
|
this.entityList = res.data.items
|
|
|
this.currentItemCount = res.data.currentItemCount
|
|
|
})
|