Commit 8035ef41 authored by Jenny's avatar Jenny

feat: 选项卡新增属性配置

parent 179e1026
This diff is collapsed.
......@@ -217,7 +217,7 @@
* 组件之间关联
*/
handleValueChange(index, paramName, value) {
if(index.length && paramName && value) {
if(index.length && paramName) {
const that = this
that.reportInfo.list = that.reportInfo.list.map(item => {
const flag = index.includes(item.id)
......
......@@ -255,7 +255,7 @@
* 组件之间关联
*/
handleValueChange(index, paramName, value) {
if(index.length && paramName && value) {
if(index.length && paramName) {
const that = this
that.reportInfo.list = that.reportInfo.list.map(item => {
const flag = index.includes(item.id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment