Explorar el Código

标记有效无效

newStyle
时佳豪 hace 4 años
padre
commit
9822930089
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/views/Receive/index.vue

+ 2
- 2
src/views/Receive/index.vue Ver fichero

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


Cargando…
Cancelar
Guardar