fix:禅道51
This commit is contained in:
parent
da61734445
commit
44672d2778
|
|
@ -323,7 +323,7 @@ export default {
|
|||
let config_base = that.$TOOL.data.get("BASE_INFO").base;
|
||||
that.project_code = config_base.base_code;
|
||||
// console.log('that.type',that.type);
|
||||
if(that.type=='other_in'||that.type=='do_in'||that.type=='do_out'){
|
||||
if(that.type=='other_in'||that.type=='do_out'){
|
||||
let mioitemSelecObj =JSON.parse(sessionStorage.getItem("mioitemSelecObj"));
|
||||
// console.log('mioitemSelecObj',mioitemSelecObj);
|
||||
if(mioitemSelecObj!==null){
|
||||
|
|
|
|||
Loading…
Reference in New Issue