巡查上报
This commit is contained in:
@@ -262,6 +262,7 @@ export default {
|
|||||||
this.forwardForm.girdMemberId = ''
|
this.forwardForm.girdMemberId = ''
|
||||||
this.forwardForm.girdMemberName = ''
|
this.forwardForm.girdMemberName = ''
|
||||||
this.forwardForm.name = ''
|
this.forwardForm.name = ''
|
||||||
|
this.forwardForm.files = []
|
||||||
},
|
},
|
||||||
|
|
||||||
formatList(list) {
|
formatList(list) {
|
||||||
@@ -296,6 +297,7 @@ export default {
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
this.isShowForward = false
|
this.isShowForward = false
|
||||||
|
this.onClose()
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
this.$message.success('转交成功!')
|
this.$message.success('转交成功!')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user