Kaynağa Gözat

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

hhlxayunmei 2 yıl önce
ebeveyn
işleme
f442d41c86

+ 1
- 0
src/views/awardManagement/components/MailawardDialog.vue Dosyayı Görüntüle

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