|
@@ -454,8 +454,9 @@ export default {
|
|
|
},
|
|
|
//打开合同选择列表
|
|
|
openTicket() {
|
|
|
- this.resetForm("formQuery");
|
|
|
- this.getContractList();
|
|
|
+ this.resetQuerys();
|
|
|
+ // this.resetForm("formQuery");
|
|
|
+ // this.getContractList();
|
|
|
this.open = true;
|
|
|
this.title = "合同信息";
|
|
|
},
|
|
@@ -516,7 +517,6 @@ export default {
|
|
|
},
|
|
|
/* 删除按钮 */
|
|
|
handleDelete(index, rows) {
|
|
|
- console.log(rows,"AAAAAAAAAAA")
|
|
|
rows.splice(index, 1);
|
|
|
if(this.$refs.tableContract){
|
|
|
this.$refs.tableContract.clearSelection()
|