|
@@ -148,7 +148,7 @@ export default {
|
|
|
{
|
|
|
type: 'input',
|
|
|
label: '单位',
|
|
|
- key: 'stockUnitID',
|
|
|
+ key: 'unit',
|
|
|
disabled: true,
|
|
|
span: 12
|
|
|
},
|
|
@@ -478,7 +478,7 @@ export default {
|
|
|
switch (option._evnet) {
|
|
|
case 'search':
|
|
|
this.params.pageNum = 1
|
|
|
- this.params.key = option.key
|
|
|
+ this.params.keyword = option.keyword
|
|
|
this.params.categoryCode = option.categoryCode
|
|
|
this.getList()
|
|
|
break
|