复用查询sql

This commit is contained in:
648540858
2024-10-06 15:43:12 +08:00
parent e44c098cfb
commit 661e300dcb
3 changed files with 130 additions and 204 deletions

View File

@@ -204,7 +204,7 @@ export default {
if (channels.length === 0) {
this.$message.info({
showClose: true,
message: "请选择右侧通道"
message: "请选择通道"
})
return;
}
@@ -359,7 +359,7 @@ export default {
if (channels.length === 0) {
this.$message.info({
showClose: true,
message: "请选择右侧通道"
message: "请选择通道"
})
return;
}