فهرست منبع

报销人员查询功能修改

user5 2 سال پیش
والد
کامیت
df79e762e7

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

@@ -17,7 +17,7 @@
                   label: 'name',         // 显示名称
                   children: 'children'    // 子级字段名
                 }"
-              :url="`/sys/user/treeUserData?type=2`"
+              :url="`/sys/user/treeUserDataAllOffice?type=2`"
               :value="inputForm.userId"
               :clearable="true"
               :accordion="true"

+ 1 - 1
src/views/modules/reimbursementSys/assess/reimbursementBusinessForm.vue

@@ -17,7 +17,7 @@
                   label: 'name',         // 显示名称
                   children: 'children'    // 子级字段名
                 }"
-              :url="`/sys/user/treeUserData?type=2`"
+              :url="`/sys/user/treeUserDataAllOffice?type=2`"
               :value="inputForm.userId"
               :clearable="true"
               :accordion="true"

+ 1 - 1
src/views/modules/reimbursementSys/project/reimbursementBusinessForm.vue

@@ -17,7 +17,7 @@
                   label: 'name',         // 显示名称
                   children: 'children'    // 子级字段名
                 }"
-              :url="`/sys/user/treeUserData?type=2`"
+              :url="`/sys/user/treeUserDataAllOffice?type=2`"
               :value="inputForm.userId"
               :clearable="true"
               :accordion="true"

+ 1 - 1
src/views/modules/reimbursementSys/reimbursementBusinessForm.vue

@@ -17,7 +17,7 @@
                   label: 'name',         // 显示名称
                   children: 'children'    // 子级字段名
                 }"
-              :url="`/sys/user/treeUserData?type=2`"
+              :url="`/sys/user/treeUserDataAllOffice?type=2`"
               :value="inputForm.userId"
               :clearable="true"
               :accordion="true"

+ 2 - 1
src/views/modules/reimbursementSys/wuHanReimbursementBusinessForm.vue

@@ -17,7 +17,7 @@
                   label: 'name',         // 显示名称
                   children: 'children'    // 子级字段名
                 }"
-              :url="`/sys/user/treeUserDataByOfficeName?type=2&officeName=中审众环`"
+              :url="`/sys/user/treeUserDataAllOffice?type=2`"
               :value="inputForm.userId"
               :clearable="true"
               :accordion="true"
@@ -309,6 +309,7 @@
         this.$refs['inputForm'].validate((valid) => {
           if (valid) {
             this.loading = true
+            this.inputForm.officeType = 1
             this.reimbursementBusiness.save(this.inputForm).then(({data}) => {
               this.loading = false
               this.visible = false