2
0

2 Revīzijas 56abef7889 ... 499f97d376

Autors SHA1 Ziņojums Datums
  ch 499f97d376 Merge branch 'master' of http://git.keao.tech/SupplyChain/front 3 gadi atpakaļ
  ch c8f8a3cc6a 合同新增 3 gadi atpakaļ
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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/"});
     },