소스 검색

Merge branch 'develop_yh49_3' of jianguan-web/jg-ocs-html into pre-release

李磊 6 달 전
부모
커밋
f7ed3ae007
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      public/version.json
  2. 1 1
      src/views/allocationManagement/transfersPrint/recordModal.vue

+ 1 - 1
public/version.json

@@ -1,4 +1,4 @@
 {
 {
-    "version": "2.2.493",
+    "version": "2.2.4931",
     "message": "发现有新版本发布,确定更新系统?"
     "message": "发现有新版本发布,确定更新系统?"
 }
 }

+ 1 - 1
src/views/allocationManagement/transfersPrint/recordModal.vue

@@ -45,7 +45,7 @@
         bordered>
         bordered>
       </s-table>
       </s-table>
       <div class="btn-box">
       <div class="btn-box">
-        <a-button :id="'record-cancel-'+record.id" @click="handleCommonCancel" v-if="isCancel">{{ cancelText }}</a-button>
+        <a-button :id="'record-cancel'" @click="handleCommonCancel" v-if="isCancel">{{ cancelText }}</a-button>
       </div>
       </div>
     </a-spin>
     </a-spin>
   </a-modal>
   </a-modal>