导出表格页面测试

This commit is contained in:
Lenovo 2024-07-16 09:13:16 +08:00
parent 9746034b71
commit e7b49579b3
2 changed files with 3 additions and 3 deletions

View File

@ -441,10 +441,8 @@ export default {
saleList: [],
timeRange: ['00:00:00','23:59:59'],
timeRange1: undefined,
//
form: {quotaStatus:'1'},
form1: {},
defaultProps: {
children: "children",
label: "label"

View File

@ -399,6 +399,7 @@ export default {
expStartTime: undefined,
expEndTime: undefined
},
timeRange1: undefined,
//
storeList: [],
//
@ -429,6 +430,7 @@ export default {
timeRange: undefined,
//
form: {},
form1: {},
defaultProps: {
children: "children",
label: "label"
@ -609,8 +611,8 @@ export default {
// this.title = "";
},
export1(row) {
this.form1.id = row.id;
this.open1 = true;
this.form1.id = row.id;
},
submitExport: function() {
if(this.timeRange1==undefined || this.timeRange1.length == 0){