jiangbiao 1 éve
szülő
commit
4ce8cf267e
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      ui/src/views/production/person/index.vue

+ 4 - 0
ui/src/views/production/person/index.vue

@@ -781,6 +781,10 @@ export default {
   },
   methods: {
     submitDetail() {
+      if (this.detail.staffLocker)
+        this.detail.staffLocker.forEach(item => {
+          item.isWetTissue = this.detail.isWetTissue;
+        })
       let data = {
         deptId: this.detail.row.deptId,
         staffId: this.detail.row.employeeid,