zouyu
2024-08-12 568ef514f8245b4ff17370bf0d088a91854a64f0
src/components/view/b1-inspect-order-plan.vue
@@ -598,6 +598,10 @@
        if(row.userName){
          inspectorList = row.userName.split(',')
        }
        let user = JSON.parse(localStorage.getItem('user'))
        if(user){
          inspectorList.push(user.name)
        }
        this.inspectorList = inspectorList
        this.state = 1;
            this.orderId = row.id