ソースを参照

标记有效无效

newStyle
时佳豪 4年前
コミット
9822930089
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/views/Receive/index.vue

+ 2
- 2
src/views/Receive/index.vue ファイルの表示

@@ -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",


読み込み中…
キャンセル
保存