소스 검색

修改字段

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


불러오는 중...
취소
저장