|
@@ -279,9 +279,7 @@ export default {
|
|
// alert(1)
|
|
// alert(1)
|
|
},
|
|
},
|
|
changeSelect(data){
|
|
changeSelect(data){
|
|
- if(this.tableForm[this.tableOptions[data][0].setvalue]){
|
|
|
|
this.tableForm[this.tableOptions[data][0].setvalue] = this.tableForm[data];
|
|
this.tableForm[this.tableOptions[data][0].setvalue] = this.tableForm[data];
|
|
- }
|
|
|
|
// console.log(this.tableForm)
|
|
// console.log(this.tableForm)
|
|
},
|
|
},
|
|
//获取表格数据
|
|
//获取表格数据
|