You need to sign in or sign up before continuing.
hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2022-08-30 11:34:19 2 * @Date: 2022-08-30 11:34:19
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2023-04-04 15:07:00 4 + * @LastEditTime: 2023-04-17 14:49:50
5 * @FilePath: /custom_form/src/components/MultiRuleField/index.vue 5 * @FilePath: /custom_form/src/components/MultiRuleField/index.vue
6 * @Description: 多选规则确认控件 6 * @Description: 多选规则确认控件
7 --> 7 -->
...@@ -78,7 +78,6 @@ const onClick = (item) => { ...@@ -78,7 +78,6 @@ const onClick = (item) => {
78 validMultiRule(); 78 validMultiRule();
79 // 发送自定义数据结构 79 // 发送自定义数据结构
80 props.item.value = { key: props.item.key, value: checkbox_value.value, type: "multi_rule" }; 80 props.item.value = { key: props.item.key, value: checkbox_value.value, type: "multi_rule" };
81 - console.warn(props.item.value);
82 emit("active", props.item.value); 81 emit("active", props.item.value);
83 } 82 }
84 83
......