|
|
@@ -240,11 +240,11 @@ export default { |
|
|
|
}, |
|
|
|
// 点击某一行 |
|
|
|
async currentChange(row){ |
|
|
|
this.currentRow = row |
|
|
|
this.currentRowDetail = [] |
|
|
|
const result = await this.HTTP_GET('learun/adms/purchasetravel/formdetail',row.purchaseid) |
|
|
|
if(!result)return |
|
|
|
this.currentRowDetail = result |
|
|
|
// this.currentRow = row |
|
|
|
// this.currentRowDetail = [] |
|
|
|
// const result = await this.HTTP_GET('learun/adms/purchasetravel/formdetail',row.purchaseid) |
|
|
|
// if(!result)return |
|
|
|
// this.currentRowDetail = result |
|
|
|
}, |
|
|
|
|
|
|
|
// 保存表单 |
|
|
|