| | |
| | | ...mapGetters(['permissions']) |
| | | }, |
| | | watch:{ |
| | | // palletTransportsMaterialMultipleSelection(newVal){ |
| | | // if(newVal.length>0){ |
| | | // this.palletTransportsMaterialSelectionChange(newVal) |
| | | // }else{ |
| | | // this.palletTransportsDetailData = [] |
| | | // } |
| | | // } |
| | | // palletTransportsChange(val){ |
| | | // console.log("====="); |
| | | // if(val){ |
| | | // console.log(val); |
| | | // console.log(this.command,"11111") |
| | | // }else{ |
| | | // console.log("--"); |
| | | // } |
| | | // } |
| | | command: { |
| | | handler(newVal) { |
| | | if (newVal != '') { |
| | | // 当 aa 为空字符串时触发的操作 |
| | | console.log('aa is now empty'); |
| | | } |
| | | }, |
| | | } |
| | | }, |
| | | created() { |
| | | if(this.permissions.warehouse_pallettransports_edit){ |