Commit cab2bd9d authored by youjie's avatar youjie

no message

parent d8a906af
...@@ -730,12 +730,7 @@ export default { ...@@ -730,12 +730,7 @@ export default {
this.productType = 12 this.productType = 12
} }
} else { } else {
this.$q.notify({ this.$message.error(r.data.message)
type: "negative",
message: r.data.message,
position: "top",
timeout: 2000, // 以毫秒为单位; 0意味着没有超时
});
} }
this.$q.loading.hide(); this.$q.loading.hide();
}, },
......
...@@ -878,11 +878,7 @@ export default { ...@@ -878,11 +878,7 @@ export default {
}); });
} else { } else {
this.$q.notify({ this.$message.error(r.data.message)
type: "negative",
message: r.data.message,
position: "top",
});
} }
this.$q.loading.hide(); this.$q.loading.hide();
}, },
......
...@@ -465,12 +465,7 @@ ...@@ -465,12 +465,7 @@
this.parameters.SelffetchAddress = '' this.parameters.SelffetchAddress = ''
} }
} else { } else {
this.$q.notify({ this.$message.error(r.data.message)
type: "negative",
message: r.data.message,
position: "top",
timeout: 2000, // 以毫秒为单位; 0意味着没有超时
});
} }
this.$q.loading.hide(); this.$q.loading.hide();
}, },
......
...@@ -951,12 +951,7 @@ export default { ...@@ -951,12 +951,7 @@ export default {
}); });
} else { } else {
this.$q.notify({ this.$message.error(r.data.message)
type: "negative",
message: r.data.message,
position: "top",
timeout: 2000, // 以毫秒为单位; 0意味着没有超时
});
} }
this.$q.loading.hide(); this.$q.loading.hide();
}, },
......
...@@ -1219,12 +1219,7 @@ export default { ...@@ -1219,12 +1219,7 @@ export default {
} }
}); });
} else { } else {
this.$q.notify({ this.$message.error(r.data.message)
type: "negative",
message: r.data.message,
position: "top",
timeout: 2000, // 以毫秒为单位; 0意味着没有超时
});
} }
this.$q.loading.hide(); this.$q.loading.hide();
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment