瀏覽代碼

update views/zetting/MailNotification.vue

wudebin 5 月之前
父節點
當前提交
45d350bbf1
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      Strides-Admin/src/views/zetting/MailNotification.vue

+ 5 - 1
Strides-Admin/src/views/zetting/MailNotification.vue

@@ -184,7 +184,11 @@
            SAVE 
         </el-button>
       </div>
-      <audit-view :audit="form.audit"/>
+      <audit-view
+        v-if="form.emailId"
+        url="dawn/api/v1/email/audit-pages"
+        :params="{emailId: form.emailId}"
+        :audit="form.audit"/>
     </div>
     <EmailAssignment
       v-bind="dialogAssign"