入库日期多选

This commit is contained in:
zhaokaiyao@91isoft.com
2021-11-28 17:03:44 +08:00
parent 753f1b5993
commit 89d704b7ee
5 changed files with 270 additions and 113 deletions
@@ -145,6 +145,9 @@ export default {
watch: {
value (val) {
this.tagList = val !== '' && val !== null ? val.split(',') : []
this.tagList=this.tagList.map((item)=>item.substring(0,10))
console.log("this.tagList",this.tagList);
},
tagList: {
handler (val) {