|
@@ -68,7 +68,7 @@ import { commonMixin } from '@/utils/mixin'
|
|
|
import { VSelect, Upload } from '@/components'
|
|
|
import employee from '../../expenseManagement/expenseReimbursement/employee.js'
|
|
|
import dealerSubareaScopeList from '@/views/common/dealerSubareaScopeList.vue'
|
|
|
-import { financeBookSave, financeBookFindBySn, queryLastFinish } from '@/api/financeBook.js'
|
|
|
+import { financeBookSave, financeBookFindBySn, queryLastFinishDingUser } from '@/api/financeBook.js'
|
|
|
export default {
|
|
|
name: 'FcBaseModal',
|
|
|
mixins: [commonMixin],
|
|
@@ -230,11 +230,8 @@ export default {
|
|
|
this.getDetail()
|
|
|
}else{
|
|
|
// 最近一次审核人
|
|
|
- const lastAuditInfo = await queryLastFinish().then(res => res.data)
|
|
|
- this.form.dealerSn = lastAuditInfo ? lastAuditInfo.applyPersonSn : undefined
|
|
|
- this.$nextTick(() => {
|
|
|
- this.$refs.settleClientName.getDetail(this.form.dealerSn)
|
|
|
- })
|
|
|
+ const lastAuditInfo = await queryLastFinishDingUser().then(res => res.data)
|
|
|
+ this.form.applyPersonSn = lastAuditInfo ? lastAuditInfo.applyPersonSn : undefined
|
|
|
}
|
|
|
}
|
|
|
},
|