Przeglądaj źródła

裁决书送达成功提示

Your Name 2 lat temu
rodzic
commit
5fb62f1709

+ 1
- 0
src/views/awardManagement/components/MailawardDialog.vue Wyświetl plik

@@ -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
               }