whj 1 year ago
parent
commit
b20a56fb0d
1 changed files with 2 additions and 1 deletions
  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