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

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

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

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

Loading…
Cancel
Save