whj 1 yıl önce
ebeveyn
işleme
b20a56fb0d

+ 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