巡查上报

This commit is contained in:
liuye
2023-08-24 15:48:34 +08:00
parent f146d3de01
commit 3dc9c0b86d

View File

@@ -262,6 +262,7 @@ export default {
this.forwardForm.girdMemberId = ''
this.forwardForm.girdMemberName = ''
this.forwardForm.name = ''
this.forwardForm.files = []
},
formatList(list) {
@@ -296,6 +297,7 @@ export default {
}).then(res => {
if (res?.code == 0) {
this.isShowForward = false
this.onClose()
this.getDetail()
this.$message.success('转交成功!')
}