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