Sfoglia il codice sorgente

Merge branch 'hhl' of SH-Arbitrate/Arbitrate-Frontend into dev

hhlxayunmei 2 anni fa
parent
commit
f442d41c86

+ 1
- 0
src/views/awardManagement/components/MailawardDialog.vue Vedi File

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