From add619d7f61af7e74a21e84cb941fef2e13881ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Sat, 15 Apr 2023 10:46:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8F=91=E6=96=99=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../automaticMaterialCall/automaticCallNote.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fe/PC/src/views/rawMaterialManage/automaticMaterialCall/automaticCallNote.vue b/fe/PC/src/views/rawMaterialManage/automaticMaterialCall/automaticCallNote.vue index 7ef817d1f..16a83c7c0 100644 --- a/fe/PC/src/views/rawMaterialManage/automaticMaterialCall/automaticCallNote.vue +++ b/fe/PC/src/views/rawMaterialManage/automaticMaterialCall/automaticCallNote.vue @@ -136,8 +136,14 @@ export default { let data = initPrintAllData(_propsData,'xbcll.rdlx',false,_option); this.Print(data) } else if(val == 'confirm') { + this.Loading.appMainLoading = true confirm(this.propsData.id, this.URL).then(res => { - console.log(res) + this.$successMsg('已确认') + getDetailed(this.propsData.id, this.URL).then(res => { + this.propsData = res + }) + this.paging() + this.Loading.appMainLoading = false }).catch(err => { console.log(err) })