瀏覽代碼

合同新增

ch 3 年之前
父節點
當前提交
c8f8a3cc6a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      front-vue/src/views/service/contract/contract.vue

+ 1 - 1
front-vue/src/views/service/contract/contract.vue

@@ -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/"});
     },