代码更新

This commit is contained in:
2022-08-04 16:02:20 +08:00
parent f341f91da3
commit 63e7155284
8 changed files with 49 additions and 18 deletions

View File

@@ -111,7 +111,7 @@
v-model="query.create_id"
clearable
size="mini"
placeholder="请输入创建人或工号"
placeholder="请输入创建人"
style="width: 230px;"
class="filter-item"
@keyup.enter.native="crud.toQuery"

View File

@@ -342,6 +342,8 @@ export default {
this.crud.notify('上传成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.crud.toQuery()
this.fla = false
}).catch(() => {
this.fla = false
})
},
// 监听上传失败

View File

@@ -197,6 +197,8 @@ export default {
this.tableData = res
this.crud.notify('汇总完成', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.fla = false
}).catch(() => {
this.fla = false
})
}
}

View File

@@ -382,6 +382,8 @@ export default {
this.crud.notify('上传成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.crud.toQuery()
this.fla = false
}).catch(() => {
this.fla = false
})
},
// 监听上传失败