Browse Source

公司制度

ZaiZai 2 years ago
parent
commit
cf584a41cc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      src/views/people/contract/info.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20230707103129"
+  "value": "20230707172737"
 }

+ 1 - 1
src/views/people/contract/info.vue

@@ -32,7 +32,7 @@
                 <HcIcon name="arrow-go-back"/>
                 <span>取消返回</span>
             </el-button>
-            <el-button hc-btn type="primary" @click="formSaveClick">
+            <el-button hc-btn type="primary" :loading="submitLoading" @click="formSaveClick">
                 <HcIcon name="save"/>
                 <span>提交保存</span>
             </el-button>