diff --git a/src/views/applyList/technician.vue b/src/views/applyList/technician.vue index a63fad2..cd4e1e5 100644 --- a/src/views/applyList/technician.vue +++ b/src/views/applyList/technician.vue @@ -293,6 +293,24 @@ + + + { + if (data.code == 0) { + this.$message({ + message: "操作成功", + type: "success", + duration: 1500, + onClose: () => { + this.InformationSelect(); + }, + }); + } else { + this.$message({ + message: data.msg, + type: "warning", + duration: 1500, + onClose: () => { + this.InformationSelect(); + }, + }); + } + }); + }, // 是否优选 changeY(val, artificerId) { this.$http({