瀏覽代碼

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": "发现有新版本发布,确定更新系统?"
 }

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

@@ -45,7 +45,7 @@
         bordered>
       </s-table>
       <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>
     </a-spin>
   </a-modal>