Browse Source

完善开票管理--编辑时提示系统异常

master
yunuo970428 2 years ago
parent
commit
80becb2896
  1. 4
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/billingmanagement/billingmanagementAdd.vue

4
anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/billingmanagement/billingmanagementAdd.vue

@ -179,12 +179,12 @@ export default {
}
},
methods: {
showEdit(row) {
showEdit(sid) {
this.viewTitle = '【编辑】发票信息'
this.$nextTick(() => {
this.$refs['form_obj'].clearValidate()
})
fetchDetailsBySid(row.sid).then((res) => {
fetchDetailsBySid(sid).then((res) => {
if (res.success) {
this.formobj = res.data
if (this.formobj.filePaths.length > 0) {

Loading…
Cancel
Save