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