Browse Source

完善维修技师职称备案

zhanglei
yunuo970428 4 months ago
parent
commit
4c777f073d
  1. 2
      yxt-as-ui/src/views/workFlow/jishizhichengFlow/technicalTitleFilingDaiBan.vue
  2. 3
      yxt-as-ui/src/views/workFlow/jishizhichengFlow/technicalTitleFilingYiBan.vue

2
yxt-as-ui/src/views/workFlow/jishizhichengFlow/technicalTitleFilingDaiBan.vue

@ -199,7 +199,7 @@ export default {
this.formobj = res.data
this.formobj.asTechTitleDetailDetailsList.forEach((e) => {
if (e.techNames.length > 0) {
e.techNames = e.techNames.split(',')
e.techNames = e.techNames.join(',')
}
})
if (this.formobj.asTechTitleApplyFileList.length > 0) {

3
yxt-as-ui/src/views/workFlow/jishizhichengFlow/technicalTitleFilingYiBan.vue

@ -128,7 +128,7 @@ export default {
this.formobj = res.data
this.formobj.asTechTitleDetailDetailsList.forEach((e) => {
if (e.techNames.length > 0) {
e.techNames = e.techNames.split(',')
e.techNames = e.techNames.join(',')
}
})
if (this.formobj.asTechTitleApplyFileList.length > 0) {
@ -137,6 +137,7 @@ export default {
aa.push(e.url)
})
this.formobj.asTechTitleApplyFileList = aa
console.log(99, this.formobj.asTechTitleApplyFileList)
}
}
})

Loading…
Cancel
Save