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) })