|
@@ -20,8 +20,8 @@
|
|
|
<a-form-model-item ref="eventRuleLevel" prop="eventRuleLevel">
|
|
|
<a-radio-group v-model="form.eventRuleLevel" @change="applyObjChange">
|
|
|
<a-radio-button value="ACCOUNT">账户</a-radio-button>
|
|
|
- <a-radio-button value="CAMPAIGN">计划</a-radio-button>
|
|
|
- <a-radio-button value="UNIT">组</a-radio-button>
|
|
|
+ <!-- <a-radio-button value="CAMPAIGN">计划</a-radio-button>
|
|
|
+ <a-radio-button value="UNIT">组</a-radio-button> -->
|
|
|
<!-- <a-radio-button value="CREATE">创意</a-radio-button> -->
|
|
|
</a-radio-group>
|
|
|
</a-form-model-item>
|
|
@@ -993,8 +993,8 @@ export default {
|
|
|
// }
|
|
|
// })
|
|
|
|
|
|
- getAction('/alarm/alarmMetricValue/queryParentChildList',{
|
|
|
- metricValueLevel:1
|
|
|
+ getAction(`/alarm/alarmMetricValue/queryParentChildList?metricValueLevel=${1}`,{
|
|
|
+
|
|
|
}).then(res=>{
|
|
|
console.log(res);
|
|
|
if(res.success){
|