|
@@ -349,7 +349,6 @@ export default {
|
|
|
|
|
|
this.pageInfo.curr = 1
|
|
|
this.parmValue.page = 1
|
|
|
- this.parmValue.companyNo = this.currentCompany
|
|
|
this.searchList()
|
|
|
},
|
|
|
|
|
@@ -362,6 +361,7 @@ export default {
|
|
|
delete model["stock_code"];
|
|
|
const res = await asyncRequest.list({
|
|
|
...model,
|
|
|
+ companyNo: "",
|
|
|
needRela: true
|
|
|
});
|
|
|
if (res && res.code === 0 && res.data) {
|