@@ -65,6 +65,10 @@
defaultVal: {
handler: function (val) {
this.val = val
+ this.$emit('selectAction', {
+ key: this.selectOption,
+ value: this.selectOption === 'date' ? this.getDateObj(val) : val
+ })
},
immediate: true
}
@@ -346,8 +346,7 @@
this.accountList = [...this.accountList, ...val.content]
- },
- immediate: true
+ }
'buyerRecord': {
@@ -358,8 +357,7 @@
this.recordList = [...this.recordList, ...val.content]
created () {
@@ -354,8 +354,7 @@
'vendorRecord': {
@@ -368,8 +367,7 @@
// this.totalRecordPrice = this.baseUtils.priceFixed(this.totalRecordPrice + this.recordData.data.data.total)
filters: {