hookehuyr

fix

<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-03-03 10:14:40
* @LastEditTime: 2023-03-03 12: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 => {
// 给受作用的字段绑定判断规则
// 规则失效需要踢出
......