|
@@ -499,17 +499,19 @@ import {
|
|
|
// 第一步
|
|
|
addFirstStepTabAccessReady,
|
|
|
delFirstStepTabAccessReady,
|
|
|
- updateFirstStepTabAccessReadyById,
|
|
|
// 第一步详情
|
|
|
getFirstStepTabAccessReadyById,
|
|
|
+ updateFirstStepTabAccessReadyById,
|
|
|
// 第二步详情
|
|
|
getSecondStepTabAccessReadyById,
|
|
|
// 第二步
|
|
|
delSecondStepTabAccessReady,
|
|
|
addSecondStepTabAccessReady,
|
|
|
+ updateSecondStepTabAccessFeedbackById,
|
|
|
|
|
|
// 第三步
|
|
|
addThirdStepTabAccessReady,
|
|
|
+ updateThirdStepDataSun,
|
|
|
// 第三步详情
|
|
|
getThirdStepTabAccessReadyById,
|
|
|
|
|
@@ -1178,14 +1180,14 @@ export default {
|
|
|
});
|
|
|
}
|
|
|
} else if (this.title === "编辑") {
|
|
|
- addFirstStepTabAccessReady({ ...this.firstStep }).then(res => {
|
|
|
+ updateFirstStepTabAccessReadyById({ ...this.firstStep }).then(res => {
|
|
|
if (+res.code === 200) {
|
|
|
this.secondStep = res.data;
|
|
|
this.accessOnlyId = res.data[0].accessOnlyId;
|
|
|
this.activeName++;
|
|
|
}
|
|
|
});
|
|
|
- addSecondStepTabAccessReady([...this.secondStep]).then(res => {
|
|
|
+ updateSecondStepTabAccessFeedbackById([...this.secondStep]).then(res => {
|
|
|
if (+res.code === 200) {
|
|
|
if (+this.firstStep.dataOfferType === 6) {
|
|
|
this.activeName = 4;
|
|
@@ -1228,7 +1230,7 @@ export default {
|
|
|
});
|
|
|
pForm.etl = this.$refs.sftpRef.rightTableData;
|
|
|
}
|
|
|
- addThirdStepTabAccessReady(pForm).then(res => {
|
|
|
+ updateThirdStepDataSun(pForm).then(res => {
|
|
|
if (+res.code === 200) {
|
|
|
if (+this.firstStep.dataOfferType === 6) {
|
|
|
this.activeName = 4;
|