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