查询启用的消息模版

This commit is contained in:
caorui 2024-09-18 13:37:26 +08:00
parent 0fa4dd4a79
commit 88d8f199be
1 changed files with 3 additions and 1 deletions

View File

@ -321,7 +321,9 @@ export default {
as: "",
dj: "queryEntity",
},
{}
{
state: "1"
}
);
if (res.status == "200") {
this.formRow[0].elCol[0].options = res.attribute;