Browse Source

完善入库

master
yunuo970428 2 years ago
parent
commit
a91db1e66b
  1. 15
      anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue

15
anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue

@ -328,18 +328,6 @@ export default {
}, '*')
},
methods: {
init() {
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((resp) => {
if (resp.success) {
this.formobj.useOrgSid = resp.data
fetchBySid(this.formobj.useOrgSid).then((res) => {
if (res.success) {
this.formobj.useOrgName = res.data.name
}
})
}
})
},
//
oninput(val, limit = 0) {
val = val.replace(/[^\d]/g, '') //
@ -713,9 +701,6 @@ export default {
} else {
this.policyThreeByThreeChecked = false
}
this.$nextTick(() => {
this.init()
})
}).catch(e => {
this.formobj = {}
})

Loading…
Cancel
Save