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