ZaiZai 1 سال پیش
والد
کامیت
a2cfec5d8c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/views/tentative/detect/commission.vue

+ 1 - 0
src/views/tentative/detect/commission.vue

@@ -404,6 +404,7 @@ const creatingDelegate = async () => {
     if (!error && code === 200) {
         window.$message.success('创建成功')
         delegateModalClose()
+        getTableData().then()
     } else {
         window.$message.error(msg || '创建失败')
     }