- Import emails from a list to a DB
- Create Template Emails - Options Email
This commit is contained in:
@@ -61,7 +61,7 @@ export default class CDateTime extends Vue {
|
||||
public changevalueDate() {
|
||||
if (this.valueDate)
|
||||
this.myvalue = tools.getstrYYMMDDDateTime(this.valueDate)
|
||||
console.log('changevalueDate myvalue', this.myvalue)
|
||||
// console.log('changevalueDate myvalue', this.myvalue)
|
||||
}
|
||||
@Watch('value')
|
||||
public changevalue() {
|
||||
@@ -72,7 +72,7 @@ export default class CDateTime extends Vue {
|
||||
public savetoclose() {
|
||||
this.saveit = true
|
||||
this.showDateTimeScroller = false
|
||||
this.$emit('savetoclose', this.myvalue, this.valueprec)
|
||||
// this.$emit('savetoclose', this.myvalue, this.valueprec)
|
||||
}
|
||||
|
||||
get scrollerPopupStyle280() {
|
||||
|
||||
Reference in New Issue
Block a user