From fffbbc7dc7ba0fb1d857f6ff07742e451653fa5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E7=BB=A7=E7=BB=AD=E5=90=B9?= <17611323298@163.com> Date: Thu, 2 Mar 2023 18:54:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ReceivingRecords/index.vue | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/views/ReceivingRecords/index.vue b/src/views/ReceivingRecords/index.vue index 633f47f..8899c4b 100644 --- a/src/views/ReceivingRecords/index.vue +++ b/src/views/ReceivingRecords/index.vue @@ -776,12 +776,7 @@ export default { this.$message.error("请先选择转写方式"); return; } - Loading.service({ - lock: true, - text: "Loading", - spinner: "el-icon-loading", - background: "rgba(0, 0, 0, 0.7)", - }); + this.dialogVisible = false; this.$api.api .toTransferData({ id: this.currentRow.id, @@ -789,13 +784,13 @@ export default { transferLanguage: this.form.language, }) .then((res) => { - this.dialogVisible = false; - this.getorgCode(); + console.log(res, "sadkjaskdjakl"); + this.houseChange(); + // 获取转写方式 + this.findTransferMethod(); + // 获取销讲业务 + this.getMarketingBusiness(); this.$message.success("操作成功"); - Loading.close(); - }) - .catch(() => { - Loading.close(); }); }, reWriteagain(row) {