|
@@ -107,12 +107,12 @@
|
|
|
if(index == 'D'){
|
|
|
//删除
|
|
|
this.handleDelete(index)
|
|
|
- }else if(index == 'S'){
|
|
|
+ }else if(index == 'S' || index == 'A'){
|
|
|
//提交 保存
|
|
|
this.forme.table = 'obj_test'
|
|
|
this.forme.objId = -1
|
|
|
this.forme.fixedData = this.queryParams
|
|
|
- this.submitForm()
|
|
|
+ // this.submitForm()
|
|
|
}else if(index == 'M'){
|
|
|
this.forme.table = 'obj_test'
|
|
|
this.forme.objId = 1
|
|
@@ -120,7 +120,7 @@
|
|
|
this.submitForm()
|
|
|
}
|
|
|
|
|
|
- console.log(this.queryParams)
|
|
|
+ console.log(this.forme)
|
|
|
// this.getList();
|
|
|
},
|
|
|
getList() {
|