修改触发条件
This commit is contained in:
parent
a47d3bc15e
commit
2baad5fd8f
@ -1320,6 +1320,10 @@ export default {
|
|||||||
o.dictDataType = this.optionsname.find(
|
o.dictDataType = this.optionsname.find(
|
||||||
(el) => el.dictValue == o.triggerConditionCode
|
(el) => el.dictValue == o.triggerConditionCode
|
||||||
)?.dictDataType;
|
)?.dictDataType;
|
||||||
|
var dictType = o.triggerConditionCode;
|
||||||
|
getAgencytype(dictType).then((res) => {
|
||||||
|
this.ConditionValue = res.data;
|
||||||
|
});
|
||||||
// if (o.triggerConditionCode.includes("SEX")) {
|
// if (o.triggerConditionCode.includes("SEX")) {
|
||||||
// var dictType = "SEX";
|
// var dictType = "SEX";
|
||||||
// getAgencytype(dictType).then((res) => {
|
// getAgencytype(dictType).then((res) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user