Browse Source

Merge branch 'develop_yh49_3' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh50

lilei 7 months ago
parent
commit
18e69ebadb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/allocationManagement/transfersPrint/recordModal.vue

+ 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>