瀏覽代碼

兴光业务编码查询修改

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