Explorar el Código

裁决书送达成功提示

Your Name hace 2 años
padre
commit
5fb62f1709
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/views/awardManagement/components/MailawardDialog.vue

+ 1
- 0
src/views/awardManagement/components/MailawardDialog.vue Ver fichero

@@ -123,6 +123,7 @@ export default {
123 123
           })
124 124
             .then((res) => {
125 125
               if (res.code == 200) {
126
+                this.$modal.msgSuccess("提交成功");
126 127
                 this.$emit("updataList");
127 128
                 this.cancel();
128 129
               }