Browse Source

完善入库质押

master
yunuo970428 2 years ago
parent
commit
0966e8c40c
  1. 7
      supervise-enterprise-ui/src/views/Rkzysq/rkzyAdd.vue
  2. 1
      supervise-enterprise-ui/src/views/workFlow/rukuzhiyaFlow/rkzyEdit.vue

7
supervise-enterprise-ui/src/views/Rkzysq/rkzyAdd.vue

@ -85,10 +85,7 @@ export default {
return { return {
title: '', title: '',
submitdisabled: false, submitdisabled: false,
projectSidList: [{ projectSidList: [],
entryName: '喜相随贸易保证贷款项目',
sid: '99a0bb0e-539f-4d87-8ec7-1e079b0ecffe'
}],
formobj: { formobj: {
userSid: '', userSid: '',
createByName: '', createByName: '',
@ -102,7 +99,7 @@ export default {
} }
}, },
created() { created() {
// this.projectSidList = JSON.parse(window.sessionStorage.getItem('projectSidList')) this.projectSidList = JSON.parse(window.sessionStorage.getItem('projectSidList'))
}, },
methods: { methods: {
showAdd() { showAdd() {

1
supervise-enterprise-ui/src/views/workFlow/rukuzhiyaFlow/rkzyEdit.vue

@ -99,6 +99,7 @@ export default {
} }
}, },
created() { created() {
this.projectSidList = JSON.parse(window.sessionStorage.getItem('projectSidList'))
console.log('url:' + window.location.href) console.log('url:' + window.location.href)
var one = window.location.href.indexOf('&data') + 6 var one = window.location.href.indexOf('&data') + 6
const data = window.location.href.substr(one) // urlunescape()web,使 const data = window.location.href.substr(one) // urlunescape()web,使

Loading…
Cancel
Save