Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -145,9 +145,8 @@ 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) {
|
||||
|
||||
Reference in New Issue
Block a user