梁展鹏 3 năm trước cách đây
mục cha
commit
367cda215c
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/containers/sceneSelect/SceneSelect.vue

+ 4 - 0
src/containers/sceneSelect/SceneSelect.vue

@@ -58,6 +58,10 @@ export default {
 
     async loadData() {
       const { success, data, msg } = await getPage({
+        data: {
+          isDel: false,
+          auditStatus: 1
+        },
         limit: 999999,
         start: 1
       });