正在显示
1 个修改的文件
包含
5 行增加
和
1 行删除
| @@ -470,6 +470,7 @@ | @@ -470,6 +470,7 @@ | ||
| 470 | contactName: [{required: true, message: '删除操作人不能为空', trigger: 'blur'}], | 470 | contactName: [{required: true, message: '删除操作人不能为空', trigger: 'blur'}], |
| 471 | contactTel: [{required: true, message: '操作人联系方式不能为空', trigger: 'blur'}] | 471 | contactTel: [{required: true, message: '操作人联系方式不能为空', trigger: 'blur'}] |
| 472 | }, | 472 | }, |
| 473 | + temprow: {} | ||
| 473 | } | 474 | } |
| 474 | }, | 475 | }, |
| 475 | created() { | 476 | created() { |
| @@ -681,6 +682,7 @@ | @@ -681,6 +682,7 @@ | ||
| 681 | }else { | 682 | }else { |
| 682 | this.respModel.awbh = row.awbh | 683 | this.respModel.awbh = row.awbh |
| 683 | } | 684 | } |
| 685 | + this.temprow = row; | ||
| 684 | this.$nextTick(() => { | 686 | this.$nextTick(() => { |
| 685 | this.$refs.tidyDeleteForm.clearValidate() | 687 | this.$refs.tidyDeleteForm.clearValidate() |
| 686 | }) | 688 | }) |
| @@ -692,7 +694,9 @@ | @@ -692,7 +694,9 @@ | ||
| 692 | if(res.data.count >0){ | 694 | if(res.data.count >0){ |
| 693 | Message.success(res.data.respMessage) | 695 | Message.success(res.data.respMessage) |
| 694 | this.dialogDeleteVisible = false | 696 | this.dialogDeleteVisible = false |
| 695 | - this.getList() | 697 | + this.temprow.status = '24'; |
| 698 | + this.temprow.ext5 = '删除报发送成功'; | ||
| 699 | + // this.getList() | ||
| 696 | }else { | 700 | }else { |
| 697 | Message.error(res.data.respMessage) | 701 | Message.error(res.data.respMessage) |
| 698 | } | 702 | } |
-
请 注册 或 登录 后发表评论