|
@@ -269,8 +269,8 @@ export default {
|
|
|
const { code } = e;
|
|
|
this.parmValue.stock_code = code ? [code] : [];
|
|
|
this.stock_code = code || "";
|
|
|
- this.parmValue.stock_code = [];
|
|
|
- this.stock_code = "";
|
|
|
+ // this.parmValue.stock_code = [];
|
|
|
+ // this.stock_code = "";
|
|
|
this.parmValue.page = 1;
|
|
|
this.pageInfo.curr = 1;
|
|
|
await this.searchList();
|