Explorar o código

修复留言管理-回复后状态未改变的问题”

Sanmu8 hai 1 ano
pai
achega
b1aa0c01ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/LEAVEMESSAGE/index.vue

+ 1 - 1
src/views/LEAVEMESSAGE/index.vue

@@ -220,7 +220,7 @@ export default {
       this.$refs['form'].validate(valid => {
         if (valid) {
           if (this.form.id != null) {
-            this.form.type = 0;
+            this.form.type = 1;
             updateLEAVEMESSAGE(this.form).then(response => {
               this.$modal.msgSuccess('回复成功');
               this.open = false;