This commit is contained in:
parent
0b595efa37
commit
0dd305930a
|
|
@ -967,6 +967,7 @@ export default {
|
||||||
backApplyInfo: this.queryParams.backApplyInfo,
|
backApplyInfo: this.queryParams.backApplyInfo,
|
||||||
backApplyDetailsList: this.queryParams.equipmentList
|
backApplyDetailsList: this.queryParams.equipmentList
|
||||||
}
|
}
|
||||||
|
if (params.backApplyInfo.signUrl) delete params.backApplyInfo.signUrl
|
||||||
const res = await editBackApply(params)
|
const res = await editBackApply(params)
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.$message({ type: 'success', message: res.msg })
|
this.$message({ type: 'success', message: res.msg })
|
||||||
|
|
|
||||||
|
|
@ -729,6 +729,7 @@ export default {
|
||||||
backApplyDetailsList:
|
backApplyDetailsList:
|
||||||
this.queryParams.equipmentList,
|
this.queryParams.equipmentList,
|
||||||
}
|
}
|
||||||
|
if (params.backApplyInfo.signUrl) delete params.backApplyInfo.signUrl
|
||||||
const res = await editBackApply(params)
|
const res = await editBackApply(params)
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.$message({ type: 'success', message: res.msg })
|
this.$message({ type: 'success', message: res.msg })
|
||||||
|
|
|
||||||
|
|
@ -682,6 +682,7 @@ export default {
|
||||||
backApplyInfo: this.queryParams.backApplyInfo,
|
backApplyInfo: this.queryParams.backApplyInfo,
|
||||||
backApplyDetailsList: this.queryParams.equipmentList
|
backApplyDetailsList: this.queryParams.equipmentList
|
||||||
}
|
}
|
||||||
|
if (params.backApplyInfo.signUrl) delete params.backApplyInfo.signUrl
|
||||||
const res = await editBackApply(params)
|
const res = await editBackApply(params)
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.$message({ type: 'success', message: res.msg })
|
this.$message({ type: 'success', message: res.msg })
|
||||||
|
|
|
||||||
|
|
@ -450,6 +450,7 @@ export default {
|
||||||
backApplyInfo: this.queryParams.backApplyInfo,
|
backApplyInfo: this.queryParams.backApplyInfo,
|
||||||
backApplyDetailsList: this.queryParams.equipmentList
|
backApplyDetailsList: this.queryParams.equipmentList
|
||||||
}
|
}
|
||||||
|
if (params.backApplyInfo.signUrl) delete params.backApplyInfo.signUrl
|
||||||
const res = await editBackApply(params)
|
const res = await editBackApply(params)
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.$message({ type: 'success', message: res.msg })
|
this.$message({ type: 'success', message: res.msg })
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue