@@ -265,7 +265,7 @@ export default {
/** 新增按钮操作 */
handleAdd() {
this.reset();
- ththis.resetForm("queryForm");
+ this.resetForm("queryForm");
Cookies.set("/contract/addContract/", this.$route.fullPath);
this.$router.push({path:"/contract/addContract/"});
},