lilei 11 月之前
父節點
當前提交
4f7d283199

+ 0 - 2
src/views/expenseManagement/expenseReimbursement/add.vue

@@ -330,9 +330,7 @@ export default {
       this.$router.push({ name: 'expenseReimbursementList' })
       this.$router.push({ name: 'expenseReimbursementList' })
     },
     },
     pageInit () {
     pageInit () {
-      console.log(1)
       if (this.$route.params.sn) { //  编辑页
       if (this.$route.params.sn) { //  编辑页
-        console.log(2)
         this.getDetail(false)
         this.getDetail(false)
       }
       }
     }
     }

+ 1 - 1
src/views/supplierManagement/supplierInfo/list.vue

@@ -50,7 +50,7 @@
               v-if="$hasPermissions('B_supplierInfo_relation')"
               v-if="$hasPermissions('B_supplierInfo_relation')"
               class="button-warning"
               class="button-warning"
               @click="handleRelated(record)"
               @click="handleRelated(record)"
-              id="supplierInfoList-related-btn">关联产品</a-button>
+              :id="'supplierInfoList-related-btn-'+record.id">关联产品</a-button>
             <a-button
             <a-button
               size="small"
               size="small"
               type="link"
               type="link"