whj 1 년 전
부모
커밋
b20a56fb0d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/store/sparestore/modules/SpareStoreSelectModalYY.vue

+ 2 - 1
src/views/store/sparestore/modules/SpareStoreSelectModalYY.vue

@@ -294,9 +294,10 @@ export default {
     },
     base (record, queryParam = { storeNo: '09' }) {
       this.visible = true
+      console.log(record)
       this.modalTitle = '选择信息'
-      this.queryParam.tokenType = record.tokenType
       this.queryParam = queryParam
+      this.queryParam.tokenType = record.tokenType ? record.tokenType : 1
       if (queryParam.isSpecial !== undefined) {
         this.isSpecial = queryParam.isSpecial
         this.record = record