comment
This commit is contained in:
@@ -145,6 +145,7 @@ export default {
|
|||||||
watch: {
|
watch: {
|
||||||
value (val) {
|
value (val) {
|
||||||
this.tagList = val !== '' && val !== null ? val.split(',') : []
|
this.tagList = val !== '' && val !== null ? val.split(',') : []
|
||||||
|
// 把日期的时分秒去掉
|
||||||
this.tagList=this.tagList.map((item)=>item.substring(0,10))
|
this.tagList=this.tagList.map((item)=>item.substring(0,10))
|
||||||
},
|
},
|
||||||
tagList: {
|
tagList: {
|
||||||
|
|||||||
Reference in New Issue
Block a user