|
|
@ -407,6 +407,9 @@ export default { |
|
|
|
textbox(e,index,a) { |
|
|
|
textbox(e,index,a) { |
|
|
|
console.log("e,index",e,index,a); |
|
|
|
console.log("e,index",e,index,a); |
|
|
|
this.costList[index+1] = e; |
|
|
|
this.costList[index+1] = e; |
|
|
|
|
|
|
|
if (index===1 && a === 1 ){ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
console.log(">>>>>>>",this.costList); |
|
|
|
console.log(">>>>>>>",this.costList); |
|
|
|
}, |
|
|
|
}, |
|
|
|
//数据字典数据获取 |
|
|
|
//数据字典数据获取 |
|
|
|