Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
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-03-03 12:21:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7b72c0461f16a9fb7026aed76aa4c73f45bef579
7b72c046
1 parent
7c2f17ac
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/index.vue
src/views/index.vue
View file @
7b72c04
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-03-03 1
0:14:40
* @LastEditTime: 2023-03-03 1
2:20:49
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -328,7 +328,7 @@ const checkUserPassword = () => {
// 根据规则隐藏相应字段
const checkRules = () => {
const rule_list =
[...formInfo.value['rule_list']
];
const rule_list =
formInfo.value['rule_list'] ? [...formInfo.value['rule_list']] : [
];
formData.value.forEach(item => {
// 给受作用的字段绑定判断规则
// 规则失效需要踢出
...
...
Please
register
or
login
to post a comment