Преглед на файлове

兴光业务编码查询修改

user5 преди 3 години
родител
ревизия
d869030718
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/modules/reimbursementSys/accountant/reimbursementForm.vue

+ 1 - 1
src/views/modules/reimbursementSys/accountant/reimbursementForm.vue

@@ -82,7 +82,7 @@
               this.loading = false
             })
           }
-          if (method === 'editInvoiceBusiness' || method === 'view') { // 修改或者查看
+          if (method === 'editInvoiceBusiness') { // 修改或者查看
             this.loading = true
             this.reimbursementSys.queryBusinessByInvoiceId(this.inputForm.id).then(({data}) => {
               this.inputForm = this.recover(this.inputForm, data)