Commit cab2bd9d authored by youjie's avatar youjie

no message

parent d8a906af
......@@ -730,12 +730,7 @@ export default {
this.productType = 12
}
} else {
this.$q.notify({
type: "negative",
message: r.data.message,
position: "top",
timeout: 2000, // 以毫秒为单位; 0意味着没有超时
});
this.$message.error(r.data.message)
}
this.$q.loading.hide();
},
......
......@@ -878,11 +878,7 @@ export default {
});
} else {
this.$q.notify({
type: "negative",
message: r.data.message,
position: "top",
});
this.$message.error(r.data.message)
}
this.$q.loading.hide();
},
......
......@@ -465,12 +465,7 @@
this.parameters.SelffetchAddress = ''
}
} else {
this.$q.notify({
type: "negative",
message: r.data.message,
position: "top",
timeout: 2000, // 以毫秒为单位; 0意味着没有超时
});
this.$message.error(r.data.message)
}
this.$q.loading.hide();
},
......
......@@ -951,12 +951,7 @@ export default {
});
} else {
this.$q.notify({
type: "negative",
message: r.data.message,
position: "top",
timeout: 2000, // 以毫秒为单位; 0意味着没有超时
});
this.$message.error(r.data.message)
}
this.$q.loading.hide();
},
......
......@@ -1219,12 +1219,7 @@ export default {
}
});
} else {
this.$q.notify({
type: "negative",
message: r.data.message,
position: "top",
timeout: 2000, // 以毫秒为单位; 0意味着没有超时
});
this.$message.error(r.data.message)
}
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