jiangbiao 1 år sedan
förälder
incheckning
4ce8cf267e
1 ändrade filer med 4 tillägg och 0 borttagningar
  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,