|
|
@ -129,7 +129,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import { handover, toDohandover } from '@/api/discountpackagehandover/discountpackagehandover' |
|
|
|
import { handover, handoverConfirm } from '@/api/discountpackagehandover/discountpackagehandover' |
|
|
|
import uploadImg from '@/components/uploadFile/uploadImg' |
|
|
|
|
|
|
|
export default { |
|
|
@ -193,7 +193,7 @@ export default { |
|
|
|
this.$refs['form_obj'].validate((valid) => { |
|
|
|
if (valid) { |
|
|
|
this.submitdisabled = true |
|
|
|
toDohandover(this.formobj).then((resp) => { |
|
|
|
handoverConfirm(this.formobj).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.$message({ showClose: true, type: 'success', message: '操作成功' }) |
|
|
|
this.handleReturn('true') |
|
|
|