Browse Source

完善工单反结算

zhanglei
yunuo970428 1 year ago
parent
commit
fff7302cde
  1. 6
      yxt-as-ui/src/views/workFlow/fanjiesuanFlow/workslrsettlementDaiBan.vue

6
yxt-as-ui/src/views/workFlow/fanjiesuanFlow/workslrsettlementDaiBan.vue

@ -178,6 +178,7 @@
<script>
import req from '@/api/operation/workslrsettlement'
import { selectStaffListss } from '@/api/Common/dictcommons'
export default {
name: 'WorkSLRSettlementDaiBan',
@ -366,6 +367,11 @@ export default {
}
}
})
selectStaffListss().then((res) => {
if (res.success) {
this.options = res.data
}
})
},
//
openCountersign(val) {

Loading…
Cancel
Save