@@ -247,6 +247,25 @@
},
//点击消息的跳转
locationHerf(id, type) {
+ this.http.post( this.port.notice.read, {
+ "id": id
+ },
+ res => {
+ if (res.code == "ok") {
+
+ } else {
+ this.$message({
+ message: res.msg,
+ type: "error"
+ });
+ }
+ error => {
+ message: error,
if (type == 0) {
//审批 跳转到模具详情
this.$router.push("/moldList/" + id);