This commit is contained in:
helloDy
2023-10-12 17:04:03 +08:00
parent d3b119ad9b
commit 2b76ef7d23
7 changed files with 79 additions and 37 deletions

View File

@@ -72,7 +72,7 @@ export default {
{
type: 'datePicker',
label: '时间',
dateType: 'datetime',
dateType: 'month',
format: 'yyyy-MM-dd',
valueFormat: 'yyyy-MM-dd HH:mm:ss',
rangeSeparator: '-',
@@ -220,7 +220,6 @@ export default {
});
},
buttonClick(val) {
// console.log(val)
switch (val.btnName) {
case 'search':
this.listQuery.lineIds = val.lineIds ? val.lineIds :undefined