|
@@ -567,7 +567,7 @@
|
|
|
|
|
|
this.addDialogVisible = true;
|
|
|
this.addDialogVisibleTitle = '编辑电签配置信息';
|
|
|
- this.tableData1 = [...this.checkedList]
|
|
|
+ this.tableData1 = JSON.parse(JSON.stringify(this.checkedList));
|
|
|
console.log( this.tableData1,' this.tableData1');
|
|
|
this.isPosView=false
|
|
|
this.isEleView=false
|