|
@@ -336,7 +336,7 @@ export default {
|
|
|
}
|
|
|
console.log(dateFormat,'dateFormat');
|
|
|
if(this.checkList.length===0){
|
|
|
- this.saveInput({
|
|
|
+ this.saveInput([{
|
|
|
trIndex: this.htmlData.tr,
|
|
|
tdIndex: this.htmlData.td,
|
|
|
tableId: this.pkeyId,
|
|
@@ -344,7 +344,7 @@ export default {
|
|
|
type: '1',
|
|
|
textInfo: this.setInputTable,
|
|
|
dateFormat:dateFormat
|
|
|
- })
|
|
|
+ }])
|
|
|
}else if(this.checkList.length>0){
|
|
|
let arr=[]
|
|
|
this.checkList.forEach((ele)=>{
|