|
@@ -677,9 +677,7 @@ export default {
|
|
|
if (this.fetchLoading) return;
|
|
if (this.fetchLoading) return;
|
|
|
this.fetchLoading = true;
|
|
this.fetchLoading = true;
|
|
|
request(this.api, {
|
|
request(this.api, {
|
|
|
- drugEntBaseInfoId: this.product
|
|
|
|
|
- ? this.product?.drugEntBaseInfoId || ""
|
|
|
|
|
- : "",
|
|
|
|
|
|
|
+ physicName: this.product ? this.product?.physicName || "" : "",
|
|
|
regionCode: this.region ? this.region?.regionCode || "" : "",
|
|
regionCode: this.region ? this.region?.regionCode || "" : "",
|
|
|
pageNum: this.tablePage,
|
|
pageNum: this.tablePage,
|
|
|
pageSize: this.tablePageSize,
|
|
pageSize: this.tablePageSize,
|