瀏覽代碼

修改字段

newStyle
风继续吹 1 年之前
父節點
當前提交
fffbbc7dc7
共有 1 個檔案被更改,包括 7 行新增12 行删除
  1. +7
    -12
      src/views/ReceivingRecords/index.vue

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


Loading…
取消
儲存