浏览代码

fix: 修正类型字段的值为数字类型

xieyong 16 小时之前
父节点
当前提交
4d256da703
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/financialManage/invoiceManage/components/addOrEditDialogNew.vue

+ 1 - 1
src/views/financialManage/invoiceManage/components/addOrEditDialogNew.vue

@@ -713,7 +713,7 @@
           applyDeptName: '',
           applyUserId: '',
           applyUserName: '',
-          type: '1',
+          type: 1,
           id: '',
           ...defForm
         },