Browse Source

Merge branch '娄底高职分支' of http://123.57.209.16:3000/bjquanjiang/DigitalScholl into 娄底高职分支

娄底高职分支
hwh2023 1 year ago
parent
commit
a6c3b328b7
3 changed files with 10 additions and 10 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Edu_Apply/single.vue
  2. +4
    -4
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/details.vue
  3. +5
    -5
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/singleFlow.vue

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Edu_Apply/single.vue View File

@@ -381,7 +381,7 @@
async currentChange(row){
this.currentRow = row
this.currentRowDetail = []
const result = await this.HTTP_GET('learun/adms/purchaseeduapply/formdetail',row.purchaseid)
const result = await this.HTTP_GET('learun/adms/purchaseedu/formdetail',row.purchaseid)
if(!result)return
this.currentRowDetail = result
},


+ 4
- 4
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/details.vue View File

@@ -159,10 +159,10 @@
this.fetchList()
},
async currentChange(row) {
this.currentRowDetail = []
const result = await this.HTTP_GET('learun/adms/purchasetravel/formdetail', row.Id)
if (!result) return
this.currentRowDetail = result
// this.currentRowDetail = []
// const result = await this.HTTP_GET('learun/adms/purchasetravel/formdetail', row.Id)
// if (!result) return
// this.currentRowDetail = result
},
async action(type) {
switch (type) {


+ 5
- 5
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/singleFlow.vue View File

@@ -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
},
// 保存表单


Loading…
Cancel
Save