From cc7a55904dd343e7a61b1870a9211d4452270f6b Mon Sep 17 00:00:00 2001 From: tangxuan <2233783319@qq.com> Date: Wed, 29 Mar 2023 09:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E7=94=A8=E5=88=97=E8=A1=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/reagent/receivingandreturn/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/reagent/receivingandreturn/index.vue b/src/views/reagent/receivingandreturn/index.vue index 5b0e611..a918efd 100644 --- a/src/views/reagent/receivingandreturn/index.vue +++ b/src/views/reagent/receivingandreturn/index.vue @@ -237,6 +237,7 @@ export default { use(stringify({ 'bar_code': this.barCode,notes: value})).then(res => { this.tableData.push(res.data) this.$message.success(res.data.name + ' 试剂领用成功, 请称重!') + this.getList() }) } }) @@ -303,9 +304,10 @@ export default { }, pageChange(page) { this.page = page - if (this.$route.name != 'standardReceiving') { - this.getList() - } + this.getList() + // if (this.$route.name != 'standardReceiving') { + // this.getList() + // } }, getDrugInfo(code) { get_drug_info(stringify({ 'bar_code': code })).then(res => {