From 6054a1a83706c92e1056c062f9c8e45d7cc5f541 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期四, 30 十一月 2023 17:41:13 +0800
Subject: [PATCH] 项目表

---
 web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue     |    2 --
 web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue |    5 +++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue b/web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue
index 41032b9..f3ea8a0 100644
--- a/web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue
+++ b/web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue
@@ -207,9 +207,9 @@
     data() {
       return {
         disabled:true,
+        stepMarker: '',
+        title: '鏌ョ湅',
         dataForm: {
-          stepMarker: '',
-          title: '鏌ョ湅',
           id: '',
           configItemWarehouse:{
             id:"",
@@ -243,6 +243,7 @@
     },
     computed:{
       getRoleName(){
+        console.log(this.$store.state.user.roleName,'this.$store.state.user.roleName')
         return this.$store.state.user.roleName || ''
       },
     },
diff --git a/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue b/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue
index 71b9ee4..c245334 100644
--- a/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue
+++ b/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue
@@ -310,8 +310,6 @@
         }
         if(row.projectId){
           this.dataForm.projectId =row.projectId
-        } else {
-          this.dataForm.projectId=row.bizId
         }
         // this.dataForm.disabled
         this.getInfo()

--
Gitblit v1.9.1