Browse Source

标记有效无效

newStyle
时佳豪 3 years ago
parent
commit
9822930089
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/Receive/index.vue

+ 2
- 2
src/views/Receive/index.vue View File

@@ -876,8 +876,8 @@ export default {
}).then(() => {
this.$api.http.updateValidInvalid({
id:this.fileId,
validInvalid:'',
invalidReason:0
validInvalid:0,
invalidReason:''
}).then((res) => {
this.$message({
type: "success",


Loading…
Cancel
Save