1、下载码上放心增加接口时间

2、选入药品层级页码问题
dev_招标
qiuyt 5 months ago
parent 8ee645b2f4
commit 2ce897bd7f

@ -553,7 +553,7 @@ export function addAliBizProduct(params) {
url: "/udiwms/inout/order/addAliBizProduct", url: "/udiwms/inout/order/addAliBizProduct",
method: "post", method: "post",
data: params, data: params,
timeout: 60000 timeout: 1800000
}); });
} }

@ -576,7 +576,7 @@
margin-bottom: 8px; margin-bottom: 8px;
margin-right: 15px;" margin-right: 15px;"
> >
<el-button type="primary" icon="search" @click="handleCurrentChange" <el-button type="primary" icon="search" @click="handleCurrentChangeSelect"
style="text-align:right" style="text-align:right"
>查询 >查询
</el-button> </el-button>
@ -1081,10 +1081,12 @@ export default {
} }
, ,
handleCurrentChangeSelect() {
this.filterQueryDrugLevel.page = 1
this.handleCurrentChange()
},
handleCurrentChange() { handleCurrentChange() {
this.selectDrugLevel() this.selectDrugLevel()
}, },
addDrugLevel() { addDrugLevel() {

Loading…
Cancel
Save