|
|
|
@ -33,7 +33,7 @@
@@ -33,7 +33,7 @@
|
|
|
|
|
</template> |
|
|
|
|
</BasicTable> |
|
|
|
|
<!--弹出窗体区域--> |
|
|
|
|
<PushTypeModal @register="registerModal" @success="handleRefreshTable"/> |
|
|
|
|
<CustomTypeModal @register="registerModal" @success="handleRefreshTable"/> |
|
|
|
|
</div> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
@ -48,7 +48,7 @@
@@ -48,7 +48,7 @@
|
|
|
|
|
import { BasicTable, useTable, TableAction } from '/@/components/Table'; |
|
|
|
|
import { listPushCustomType, delPushCustomType } from '/@/api/platform/common/controller/pushCustomType'; |
|
|
|
|
import { useModal } from '/@/components/Modal'; |
|
|
|
|
import PushTypeModal from './PushTypeModal.vue'; |
|
|
|
|
import CustomTypeModal from './CustomTypeModal.vue'; |
|
|
|
|
import { columns, searchFormSchema } from './customType.data'; |
|
|
|
|
import { useMessage } from '/@/hooks/web/useMessage'; |
|
|
|
|
|
|
|
|
|