| @@ -776,12 +776,7 @@ export default { | |||||
| this.$message.error("请先选择转写方式"); | this.$message.error("请先选择转写方式"); | ||||
| return; | return; | ||||
| } | } | ||||
| Loading.service({ | |||||
| lock: true, | |||||
| text: "Loading", | |||||
| spinner: "el-icon-loading", | |||||
| background: "rgba(0, 0, 0, 0.7)", | |||||
| }); | |||||
| this.dialogVisible = false; | |||||
| this.$api.api | this.$api.api | ||||
| .toTransferData({ | .toTransferData({ | ||||
| id: this.currentRow.id, | id: this.currentRow.id, | ||||
| @@ -789,13 +784,13 @@ export default { | |||||
| transferLanguage: this.form.language, | transferLanguage: this.form.language, | ||||
| }) | }) | ||||
| .then((res) => { | .then((res) => { | ||||
| this.dialogVisible = false; | |||||
| this.getorgCode(); | |||||
| console.log(res, "sadkjaskdjakl"); | |||||
| this.houseChange(); | |||||
| // 获取转写方式 | |||||
| this.findTransferMethod(); | |||||
| // 获取销讲业务 | |||||
| this.getMarketingBusiness(); | |||||
| this.$message.success("操作成功"); | this.$message.success("操作成功"); | ||||
| Loading.close(); | |||||
| }) | |||||
| .catch(() => { | |||||
| Loading.close(); | |||||
| }); | }); | ||||
| }, | }, | ||||
| reWriteagain(row) { | reWriteagain(row) { | ||||