代码更新
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -342,6 +342,8 @@ export default {
|
||||
this.crud.notify('上传成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||
this.crud.toQuery()
|
||||
this.fla = false
|
||||
}).catch(() => {
|
||||
this.fla = false
|
||||
})
|
||||
},
|
||||
// 监听上传失败
|
||||
|
||||
@@ -197,6 +197,8 @@ export default {
|
||||
this.tableData = res
|
||||
this.crud.notify('汇总完成', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||
this.fla = false
|
||||
}).catch(() => {
|
||||
this.fla = false
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -382,6 +382,8 @@ export default {
|
||||
this.crud.notify('上传成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||
this.crud.toQuery()
|
||||
this.fla = false
|
||||
}).catch(() => {
|
||||
this.fla = false
|
||||
})
|
||||
},
|
||||
// 监听上传失败
|
||||
|
||||
Reference in New Issue
Block a user