@@ -330,9 +330,7 @@ export default {
this.$router.push({ name: 'expenseReimbursementList' })
},
pageInit () {
- console.log(1)
if (this.$route.params.sn) { // 编辑页
- console.log(2)
this.getDetail(false)
}
@@ -50,7 +50,7 @@
v-if="$hasPermissions('B_supplierInfo_relation')"
class="button-warning"
@click="handleRelated(record)"
- id="supplierInfoList-related-btn">关联产品</a-button>
+ :id="'supplierInfoList-related-btn-'+record.id">关联产品</a-button>
<a-button
size="small"
type="link"