Browse Source

修改字段

newStyle
风继续吹 1 year ago
parent
commit
fffbbc7dc7
1 changed files with 7 additions and 12 deletions
  1. +7
    -12
      src/views/ReceivingRecords/index.vue

+ 7
- 12
src/views/ReceivingRecords/index.vue View File

@@ -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…
Cancel
Save