Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
custom_form
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-04-17 14:49:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c69c6d761add73076d51f9249d35ca74131c34f4
c69c6d76
1 parent
dfd07df4
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/components/MultiRuleField/index.vue
src/components/MultiRuleField/index.vue
View file @
c69c6d7
<!--
* @Date: 2022-08-30 11:34:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-04-
04 15:07:0
0
* @LastEditTime: 2023-04-
17 14:49:5
0
* @FilePath: /custom_form/src/components/MultiRuleField/index.vue
* @Description: 多选规则确认控件
-->
...
...
@@ -78,7 +78,6 @@ const onClick = (item) => {
validMultiRule();
// 发送自定义数据结构
props.item.value = { key: props.item.key, value: checkbox_value.value, type: "multi_rule" };
console.warn(props.item.value);
emit("active", props.item.value);
}
...
...
Please
register
or
login
to post a comment