|
@@ -563,22 +563,6 @@ import WfHistory from '@/components/workflow/wfmultihistory.vue'
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
- getorgtreelist () {
|
|
|
|
|
- let _this = this
|
|
|
|
|
- let params = {
|
|
|
|
|
- IsInnerOrganize: 1
|
|
|
|
|
- }
|
|
|
|
|
- _this.$axios.get('organizes/orgalllist', {
|
|
|
|
|
- params
|
|
|
|
|
- })
|
|
|
|
|
- .then(res => {
|
|
|
|
|
- _this.orgtreelist = window.toolfun_gettreejson(res.data.items, 'Id', 'Parentid', 'Id,Fullname')
|
|
|
|
|
- })
|
|
|
|
|
- .catch(err => {
|
|
|
|
|
- console.error(err)
|
|
|
|
|
- })
|
|
|
|
|
- },
|
|
|
|
|
-
|
|
|
|
|
getDictOptions () {
|
|
getDictOptions () {
|
|
|
supplierapi.getDictList(this.$axios).then(res => {
|
|
supplierapi.getDictList(this.$axios).then(res => {
|
|
|
this.dictData = res.data.items
|
|
this.dictData = res.data.items
|