查询启用的消息模版
This commit is contained in:
parent
0fa4dd4a79
commit
88d8f199be
|
@ -321,7 +321,9 @@ export default {
|
||||||
as: "",
|
as: "",
|
||||||
dj: "queryEntity",
|
dj: "queryEntity",
|
||||||
},
|
},
|
||||||
{}
|
{
|
||||||
|
state: "1"
|
||||||
|
}
|
||||||
);
|
);
|
||||||
if (res.status == "200") {
|
if (res.status == "200") {
|
||||||
this.formRow[0].elCol[0].options = res.attribute;
|
this.formRow[0].elCol[0].options = res.attribute;
|
||||||
|
|
Loading…
Reference in New Issue